For the complete documentation index, see llms.txt.
aztec-nr - noir_aztec::protocol::delayed_public_mutable::with_hash

Module with_hash

Functions

  • Compute the storage slot of the hash of the packed values. See aztec-nr/aztec/src/utils/with_hash.nr > new for 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 > write for more details on how the variable and hash are written.