2021-09-24 09:10:57 +00:00
|
|
|
# Merkle tests
|
|
|
|
|
|
|
|
This series of tests provides reference test vectors for validating correct
|
|
|
|
generation and verification of merkle proofs based on static data.
|
|
|
|
|
2021-09-27 16:07:59 +00:00
|
|
|
Handlers:
|
|
|
|
- `single_proof`: see [Single leaf proof test format](./single_proof.md)
|
|
|
|
- Different types of merkle proofs may be supported in the future.
|