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
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
sapling_notes.py
sapling_pedersen.py
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.