Go to file
str4d 41d250ed0c
Merge pull request #1 from str4d/to_scalar
Implement ToScalar from spec, and small refactor to match spec more closely
2018-06-05 09:05:46 +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 Add comments to test vector output linking to source 2018-05-19 07:48:49 +12:00
sapling_jubjub.py Implement ToScalar from spec, and small refactor to match spec more closely 2018-06-05 00:33:50 +12:00
sapling_key_components.py Implement ToScalar from spec, and small refactor to match spec more closely 2018-06-05 00:33:50 +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 ToScalar from spec, and small refactor to match spec more closely 2018-06-05 00:33:50 +12:00
sapling_utils.py Implement LEBS2OSP and LEOS2BSP 2018-05-18 18:06:38 +12:00

README.md

Code to generate test vectors for various parts of Zcash.

Requires pyblake2.