Go to file
str4d cbdb16ed55
Merge pull request #6 from daira/daira-misc-improvements
Additions to .gitignore; rename CRS to URS; add test vectors for Pedersen generators
2018-07-25 00:44:25 +02:00
.gitignore Additions to .gitignore. 2018-07-03 15:04:41 +01:00
README.md Specify dependencies 2018-05-18 13:18:52 +12:00
sapling_generators.py Add test vectors for the first 4 Pedersen hash generators. 2018-07-03 15:04:41 +01:00
sapling_jubjub.py Use a ValueError exception to represent out-of-range field element representations. 2018-06-04 14:36:37 +01:00
sapling_key_components.py Implement JSON output 2018-06-05 20:36:37 +12:00
sapling_merkle_tree.py Alter definition of layer in merkle_crh to match the spec 2018-05-19 08:08:38 +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 Implement JSON output 2018-06-05 20:36:37 +12:00
sapling_utils.py Move chunk() into tv_output module 2018-06-05 16:10:43 +12:00
tv_output.py Avoid shadowing a variable name. 2018-07-03 15:04:41 +01:00

README.md

Code to generate test vectors for various parts of Zcash.

Requires pyblake2.