Go to file
Daira Hopwood 64664bc614 Additions to .gitignore.
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
2018-07-03 15:04:41 +01: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 Implement JSON output 2018-06-05 20:36:37 +12: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 Explicitly make the JSON output Bitcoin-flavoured (32-byte values reversed) 2018-06-13 11:48:17 +12:00

README.md

Code to generate test vectors for various parts of Zcash.

Requires pyblake2.