Add regression tests and test vectors for Sapling merkle tree

This commit is contained in:
Sean Bowe
2018-04-17 22:59:41 -06:00
parent 2b002a7e60
commit 2f23a656fb
8 changed files with 443 additions and 5 deletions

View File

@@ -32,6 +32,12 @@ JSON_TEST_FILES = \
test/data/merkle_witness_serialization.json \
test/data/merkle_path.json \
test/data/merkle_commitments.json \
test/data/merkle_roots_sapling.json \
test/data/merkle_roots_empty_sapling.json \
test/data/merkle_serialization_sapling.json \
test/data/merkle_witness_serialization_sapling.json \
test/data/merkle_path_sapling.json \
test/data/merkle_commitments_sapling.json \
test/data/g1_compressed.json \
test/data/g2_compressed.json