miden-crypto/src
Augusto F. Hack 9e6c8ff700
bugfix: fix internal nodes of for empty leafs of a SMT
The path returned by `EmptySubtreeRoots` starts at the root, and goes to
the leaf. The MerkleStore constructor assumed the other direction, so
the parent/child hashes were reversed.

This fixes the bug and adds a test.
2023-03-24 23:22:31 +01:00
..
hash feat: add merkle store 2023-03-15 17:34:42 +01:00
merkle bugfix: fix internal nodes of for empty leafs of a SMT 2023-03-24 23:22:31 +01:00
bit.rs fix: merkle store panics on bounds 2023-03-18 02:20:11 +01:00
lib.rs feat: added utility to format MerkleTree and MerklePath to hex 2023-03-22 21:53:05 +01:00
utils.rs feat: added utility to format MerkleTree and MerklePath to hex 2023-03-22 21:53:05 +01:00