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

Generalize the merkle proof protocol to longer proofs #2

Open
bigspider opened this issue Jun 29, 2023 · 0 comments
Open

Generalize the merkle proof protocol to longer proofs #2

bigspider opened this issue Jun 29, 2023 · 0 comments
Labels
vm Issues related to the Vanadium virtual machine app

Comments

@bigspider
Copy link
Collaborator

Currently, the entire Merkle proof has to be sent in a single message.
That puts artificial limits to code and data size that we should remove.

Alternatively, since we don't support NanoS, we could consider larger APDU message size. 1kb would allow Merkle trees with billions of elements, which is good enough for the foreseeable future.

@bigspider bigspider added the vm Issues related to the Vanadium virtual machine app label Jun 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
vm Issues related to the Vanadium virtual machine app
Projects
None yet
Development

No branches or pull requests

1 participant