Go to file
Daira Hopwood 230876e20e Ensure that GitHub's "View license" link points to complete license information.
refs https://github.com/zcash/librustzcash/issues/443

Signed-off-by: Daira Hopwood <daira@jacaranda.org>
2021-09-17 23:16:26 +01:00
.gitignore Additions to .gitignore. 2018-07-03 15:04:41 +01:00
COPYING Ensure that GitHub's "View license" link points to complete license information. 2021-09-17 23:16:26 +01:00
LICENSE-APACHE Add license information 2019-07-03 17:37:23 +01:00
LICENSE-MIT Add license information 2019-07-03 17:37:23 +01:00
README.md Ensure that GitHub's "View license" link points to complete license information. 2021-09-17 23:16:26 +01:00
bech32m.py Add test vectors for unified address encodings. 2021-06-12 17:09:21 -06:00
f4jumble.py Update f4jumble.py 2021-05-12 13:06:52 +01:00
ff1.py Rename sapling_utils.py to utils.py. 2021-05-09 12:44:39 +08:00
orchard_commitments.py Remove whitespace in note_commit and commit_ivk personalisations 2021-05-13 12:57:07 +08:00
orchard_empty_roots.py Add Orchard empty root test vectors 2021-06-10 23:57:45 +01:00
orchard_generators.py Apply suggestions from code review 2021-05-09 12:41:18 +08:00
orchard_group_hash.py orchard_commitments.py and orchard_group_hash.py: type fixes. 2021-05-09 12:44:40 +08:00
orchard_iso_pallas.py Apply suggestions from code review 2021-04-29 02:07:46 +01:00
orchard_key_components.py Fix Orchard key components test vectors 2021-05-28 11:51:57 +01:00
orchard_map_to_curve.py Rename sapling_utils.py to utils.py. 2021-05-09 12:44:39 +08:00
orchard_merkle_tree.py Use list comprehension to initialize paths 2021-09-13 22:36:44 +01:00
orchard_note.py Address review comments 2021-05-28 23:37:49 +08:00
orchard_note_encryption.py Fix output for Orchard note encryption test vectors 2021-06-10 19:26:38 +01:00
orchard_pallas.py Return base field element from commit_ivk() 2021-05-11 20:06:32 +08:00
orchard_poseidon.py Update Poseidon instantiation from 58 to 56 partial rounds. 2021-08-04 12:59:58 +01:00
orchard_poseidon_hash.py Rename sapling_utils.py to utils.py. 2021-05-09 12:44:39 +08:00
orchard_sinsemilla.py Rename sapling_utils.py to utils.py. 2021-05-09 12:44:39 +08:00
orchard_utils.py Add orchard_utils.py 2021-05-26 14:10:36 +08:00
poetry.lock Support poetry 2021-07-15 17:42:50 +02:00
pyproject.toml Fill out poetry config 2021-09-13 15:57:58 +01:00
requirements.txt Add a requirements.txt pip file compatible with Python 3 2021-06-24 21:37:13 -04:00
sapling_generators.py Rename sapling_utils.py to utils.py. 2021-05-09 12:44:39 +08:00
sapling_jubjub.py Rename sapling_utils.py to utils.py. 2021-05-09 12:44:39 +08:00
sapling_key_components.py Rename sapling_utils.py to utils.py. 2021-05-09 12:44:39 +08:00
sapling_merkle_tree.py Rename sapling_utils.py to utils.py. 2021-05-09 12:44:39 +08:00
sapling_note_encryption.py Rename sapling_utils.py to utils.py. 2021-05-09 12:44:39 +08:00
sapling_notes.py Rename sapling_utils.py to utils.py. 2021-05-09 12:44:39 +08:00
sapling_pedersen.py Rename sapling_utils.py to utils.py. 2021-05-09 12:44:39 +08:00
sapling_signatures.py Rename sapling_utils.py to utils.py. 2021-05-09 12:44:39 +08:00
sapling_zip32.py Rename sapling_utils.py to utils.py. 2021-05-09 12:44:39 +08:00
transaction.py Rename header() to version_bytes() 2021-05-26 18:12:16 +01:00
tv_output.py Merkle path test vectors for a depth-4 tree 2021-09-13 22:36:32 +01:00
tv_rand.py Fix Rand.u8() to return unsigned integers 2021-04-29 12:57:40 +12:00
unified_address.py Rename unified_addrs.py to unified_address.py 2021-08-05 16:26:30 +08:00
utils.py Rename sapling_utils.py to utils.py. 2021-05-09 12:44:39 +08:00
zc_utils.py Implement CompactSize helper 2018-08-20 12:26:48 +01:00
zip_0143.py Rename header() to version_bytes() 2021-05-26 18:12:16 +01:00
zip_0243.py Rename header() to version_bytes() 2021-05-26 18:12:16 +01:00
zip_0244.py Add ZIP 244 auth digest test vectors 2021-06-08 17:46:45 +01:00

README.md

Zcash Python test vectors

Code to generate test vectors for various parts of Zcash.

Requirements:

  • pyblake2
  • chacha20poly1305 (for sapling_note_encryption.py).
  • numpy (for orchard_poseidon.py and dependents).

License

This repository is MIT/Apache 2.0 dual-licensed.