Skip to main content

utils

Standalone Functions

compute_note_hash_for_read_request

compute_note_hash_for_read_request(retrieved_note, storage_slot, );

/ Returns the note hash that must be used to issue a private kernel read request for a note.

Parameters

NameType
retrieved_noteRetrievedNote<Note>
storage_slotField

compute_note_hash_for_nullify

compute_note_hash_for_nullify(retrieved_note, storage_slot, );

/ NoteHash::compute_nullifier_unconstrained.

Parameters

NameType
retrieved_noteRetrievedNote<Note>
storage_slotField

compute_note_hash_for_nullify_from_read_request

compute_note_hash_for_nullify_from_read_request(retrieved_note, note_hash_for_read_request, );

/ computed to reduce constraints by reusing this value.

Parameters

NameType
retrieved_noteRetrievedNote<Note>
note_hash_for_read_requestField

compute_siloed_note_nullifier

compute_siloed_note_nullifier(retrieved_note, storage_slot, context, );

/ Computes a note's siloed nullifier, i.e. the one that will be inserted into the nullifier tree.

Parameters

NameType
retrieved_noteRetrievedNote<Note>
storage_slotField
context&mut PrivateContext