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

[Feature] Use SnarkVM's implementation for hashing and potentially other functions. #28494

Open
mikebenfield opened this issue Jan 28, 2025 · 0 comments
Labels
feature A new feature.

Comments

@mikebenfield
Copy link
Collaborator

Right now the code in interpreter/src/core_functions.rs implements hashing and casting functions that are intended to duplicate exactly the results we'd get from SnarkVM. It might be better to simply use the implementations in SnarkVM directly. That would guarantee we get identical results. This would require implementing SnarkVM traits like StackMatches and RegistersLoad and others.

@mikebenfield mikebenfield added the feature A new feature. label Jan 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature A new feature.
Projects
None yet
Development

No branches or pull requests

1 participant