CodeChain-io / CodeChain-io/rust-merkle-trie
Make proof to hold only hash of the value
Open
- Dominant language
- Rust
- Stars
- 13
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
Current implementation composes a proof with an actual value in it.
Thus proof grows larger as the value does.
We can optimize this by taking hash of value only.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.