Go to file
Jack Grigg 7aebe58a58 Add note nullifiers to key component test vectors 2018-05-19 07:47:22 +12:00
.gitignore Ignore virtualenv directory 2018-05-18 07:21:23 +12:00
README.md Specify dependencies 2018-05-18 13:18:52 +12:00
sapling_generators.py Generate test vectors for Sapling generators 2018-05-18 18:28:12 +12:00
sapling_jubjub.py Reject encoded points with v not in the field 2018-05-19 06:30:19 +12:00
sapling_key_components.py Add note nullifiers to key component test vectors 2018-05-19 07:47:22 +12:00
sapling_merkle_tree.py Add test of merkle_crh 2018-05-19 06:29:39 +12:00
sapling_notes.py Add note nullifiers to key component test vectors 2018-05-19 07:47:22 +12:00
sapling_pedersen.py pylint 2018-05-18 18:01:08 +12:00
sapling_signatures.py Fix RedJubjub test vector output 2018-05-18 20:09:39 +12:00
sapling_utils.py Implement LEBS2OSP and LEOS2BSP 2018-05-18 18:06:38 +12:00

README.md

Code to generate test vectors for various parts of Zcash.

Requires pyblake2.