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

Fix zktrie Key Traversal #74

Closed
frisitano opened this issue Dec 11, 2024 · 0 comments · Fixed by #75
Closed

Fix zktrie Key Traversal #74

frisitano opened this issue Dec 11, 2024 · 0 comments · Fixed by #75

Comments

@frisitano
Copy link
Collaborator

Describe the feature

The zktrie spec suggests that key used in the zktrie is truncated to 248 bits. However this appears not to be the case in practice. All 254 bits (the bn254 field size) of the key are used. As such we should amend the implementation of zktrie to reflect this.

Additional context

No response

@frisitano frisitano changed the title Fix zktrie Key Generation Fix zktrie Key Traversal Dec 11, 2024
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

Successfully merging a pull request may close this issue.

1 participant