Go to file
Jack Grigg 9f4a41dcf3
Extract sapling_generators Rust rendering
2018-06-05 16:46:08 +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 Extract sapling_generators Rust rendering 2018-06-05 16:46:08 +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 Move chunk() into tv_output module 2018-06-05 16:10:43 +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 Move chunk() into tv_output module 2018-06-05 16:10:43 +12:00
sapling_utils.py Move chunk() into tv_output module 2018-06-05 16:10:43 +12:00
tv_output.py Extract sapling_generators Rust rendering 2018-06-05 16:46:08 +12:00

README.md

Code to generate test vectors for various parts of Zcash.

Requires pyblake2.