aztec-nr - noir_aztec::messages::discovery

Struct NoteHashAndNullifier

pub struct NoteHashAndNullifier {
    pub note_hash: Field,
    pub inner_nullifier: Option<Field>,
}

Fields

note_hash: Field

The result of NoteHash::compute_note_hash

inner_nullifier: Option<Field>

The result of NoteHash::compute_nullifier_unconstrained (since all of message discovery is unconstrained). This is None if the nullifier cannot be computed (e.g., because the nullifier hiding key is not available).