Module utils
Functions
- Same as
compute_note_hash_for_nullification, except it takes the note hash used in a read request (i.e. whatcompute_note_existence_requestwould return). This is useful in scenarios where that hash has already been computed to reduce constraints by reusing this value. - Returns the NoteExistenceRequest used to prove a note exists.
- Returns the note hash that must be used to compute a note's nullifier when calling
NoteHash::compute_nullifierorNoteHash::compute_nullifier_unconstrained.