Module with_hash
Functions
- Compute the storage slot of the hash of the packed values. See
aztec-nr/aztec/src/utils/with_hash.nr > newfor more details on how the hash is packed with the values. - Read the current value of a delayed public mutable state variable, which was written to public storage with the hash of the packed values. See
aztec-nr/aztec/src/state_vars/delayed_public_mutable.nr > writefor more details on how the variable and hash are written.