From 4c7054b9d02d29ceaacc500f95e8ffd5e3671cb9 Mon Sep 17 00:00:00 2001 From: Vivek Arte <46618816+vivek-arte@users.noreply.github.com> Date: Sun, 21 Dec 2025 23:38:45 +0530 Subject: [PATCH] making comment and ordering changes to based on review --- pyproject.toml | 2 +- zcash_test_vectors/orchard/note.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ef2a8114..bc948a44 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -65,8 +65,8 @@ sapling_zip32_hard = "zcash_test_vectors.sapling.zip32:hard" orchard_empty_roots = "zcash_test_vectors.orchard.empty_roots:main" orchard_generators = "zcash_test_vectors.orchard.generators:main" orchard_group_hash = "zcash_test_vectors.orchard.group_hash:main" -orchard_map_to_curve = "zcash_test_vectors.orchard.group_hash:map_to_curve_test_vectors" orchard_key_components = "zcash_test_vectors.orchard.key_components:main" +orchard_map_to_curve = "zcash_test_vectors.orchard.group_hash:map_to_curve_test_vectors" orchard_merkle_tree = "zcash_test_vectors.orchard.merkle_tree:main" orchard_note_encryption = "zcash_test_vectors.orchard.note_encryption:main" orchard_poseidon = "zcash_test_vectors.orchard.poseidon:main" diff --git a/zcash_test_vectors/orchard/note.py b/zcash_test_vectors/orchard/note.py index 7f8f0665..27aa352a 100644 --- a/zcash_test_vectors/orchard/note.py +++ b/zcash_test_vectors/orchard/note.py @@ -2,7 +2,7 @@ from .commitments import note_commit from .key_components import diversify_hash, prf_expand, derive_nullifier, FullViewingKey, SpendingKey -from .pallas import Point, Scalar +from .pallas import Point from .utils import to_base, to_scalar from ..utils import leos2bsp