You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 likeStackMatches
andRegistersLoad
and others.The text was updated successfully, but these errors were encountered: