Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make proof to hold only hash of the value #18

Open
junha1 opened this issue Feb 17, 2020 · 1 comment
Open

Make proof to hold only hash of the value #18

junha1 opened this issue Feb 17, 2020 · 1 comment

Comments

@junha1
Copy link
Contributor

junha1 commented Feb 17, 2020

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.

@junha1 junha1 self-assigned this Feb 17, 2020
@junha1
Copy link
Contributor Author

junha1 commented Feb 17, 2020

Also, we can make it possible to verify the proof knowing only the hash of the value. This is an optional optimization, and will possibly change the trie structure.

@junha1 junha1 removed their assignment Feb 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant