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