nullifier_inclusion
Standalone Functions
prove_nullifier_inclusion
prove_nullifier_inclusion(header, nullifier);
Parameters
Name | Type |
---|---|
header | Header |
nullifier | Field |
prove_nullifier_inclusion
prove_nullifier_inclusion(self, nullifier);
Parameters
Name | Type |
---|---|
self | |
nullifier | Field |
prove_note_is_nullified
prove_note_is_nullified(header, note, context);
Parameters
Name | Type |
---|---|
header | Header |
note | Note |
context | &mut PrivateContext |
prove_note_is_nullified
prove_note_is_nullified(self, note, context);
Parameters
Name | Type |
---|---|
self | |
note | Note |
context | &mut PrivateContext |