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
{{ message }}
This repository has been archived by the owner on Nov 6, 2022. It is now read-only.
The hashing of values, and correspondingly the hash and hash2 instructions, should use the same Keccak-256 hash as AVM. Currently they use convenient cryptographic hashes that don't match AVM.
The text was updated successfully, but these errors were encountered:
This probably won't be fixed, because the standard AVM does size tracking for tuple structures, and incorporates size info into the hash, whereas the Rust emulator doesn't track sizes. Hashing of non-tuples should match AVM now, but tuple structures won't match.
The hashing of values, and correspondingly the hash and hash2 instructions, should use the same Keccak-256 hash as AVM. Currently they use convenient cryptographic hashes that don't match AVM.
The text was updated successfully, but these errors were encountered: