Struct NoteHashAndNullifier
pub struct NoteHashAndNullifier {
pub note_hash: Field,
pub inner_nullifier: Option<Field>,
}
Fields
note_hash: FieldThe 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).
The result of
crate::note::note_interface::NoteHash::compute_note_hash.