aztec-nr - noir_aztec::messages::discovery

Struct NoteHashAndNullifier

pub struct NoteHashAndNullifier {
    pub note_hash: Field,
    pub inner_nullifier: Field,
}

Fields

note_hash: Field

The result of NoteHash::compute_note_hash

inner_nullifier: Field

The result of NoteHash::compute_nullifier_unconstrained (since all of message discovery is unconstrained)