Go to file
Daira Hopwood f024c7dd8f Extract some SpendingKey methods into mixins that will be used by ZIP 32 classes.
Also use hex, not octal byte constants.

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 Extract some SpendingKey methods into mixins that will be used by ZIP 32 classes. 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.