aztec-nr - noir_aztec::messages::discovery

Struct NoteHashAndNullifier

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

Fields

note_hash: Field
inner_nullifier: Option<Field>

The result of crate::note::note_interface::NoteHash::compute_nullifier_unconstrained.

This value is unconstrained, as all of message discovery is unconstrained. It is None if the nullifier cannot be computed (e.g. because the nullifier hiding key is not available).