Function compute_siloed_note_nullifier
pub fn compute_siloed_note_nullifier<Note>(
retrieved_note: RetrievedNote<Note>,
storage_slot: Field,
context: &mut PrivateContext,
) -> Field
where
Note: NoteHash
pub fn compute_siloed_note_nullifier<Note>(
retrieved_note: RetrievedNote<Note>,
storage_slot: Field,
context: &mut PrivateContext,
) -> Field
where
Note: NoteHash
Computes a note's siloed nullifier, i.e. the one that will be inserted into the nullifier tree.