Author | SHA1 | Message | Date |
---|---|---|---|
Cuong Manh Le |
a9fc0c32b2
|
crypto/merkle: pre-allocate data slice in innherHash (#6443)
So we can reduce pressure on runtime for checking that slice has enough capacity before appending. |
4 years ago |
Erik Grinaker |
f66b7a8e32
|
merkle: return hashes for empty merkle trees (#5193)
Fixes #5192. @liamsi Can you verify that the test vectors match the Rust implementation? I updated `ProofsFromByteSlices()` as well, anything else that should be updated? |
4 years ago |
Dev Ojha | ec53ce359b |
Simple merkle rfc compatibility (#2713)
* Begin simple merkle compatibility PR * Fix query_test * Use trillian test vectors * Change the split point per RFC 6962 * update spec * refactor innerhash to match spec * Update changelog * Address @liamsi's comments * Write the comment requested by @liamsi |
6 years ago |