Go to file
Daira Hopwood 61f7f70e7a Add diversify_hash function rather than repeating the personalization.
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
2018-07-25 01:16:22 +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 Add assertions that we are running under Python 3. 2018-07-25 01:16:22 +01:00
sapling_jubjub.py Add assertions that we are running under Python 3. 2018-07-25 01:16:22 +01:00
sapling_key_components.py Add diversify_hash function rather than repeating the personalization. 2018-07-25 01:16:22 +01:00
sapling_merkle_tree.py Add assertions that we are running under Python 3. 2018-07-25 01:16:22 +01:00
sapling_notes.py Add assertions that we are running under Python 3. 2018-07-25 01:16:22 +01:00
sapling_pedersen.py Add assertions that we are running under Python 3. 2018-07-25 01:16:22 +01:00
sapling_signatures.py Add assertions that we are running under Python 3. 2018-07-25 01:16:22 +01:00
sapling_utils.py Add more conversion utility functions. 2018-07-25 01:16:22 +01:00
tv_output.py Add a '-t json' option that gives JSON output without reversing 32-byte test vectors. 2018-07-25 01:16:22 +01:00

README.md

Code to generate test vectors for various parts of Zcash.

Requires pyblake2.