encrypted_note_emission
Standalone Functions
compute_raw_note_log
compute_raw_note_log(context, note, ovsk_app, ovpk, ivpk, recipient, );
Parameters
Name | Type |
---|---|
context | PrivateContext |
note | Note |
ovsk_app | Field |
ovpk | OvpkM |
ivpk | IvpkM |
recipient | AztecAddress |
compute_raw_note_log_unconstrained
compute_raw_note_log_unconstrained(context, note, ovpk, ivpk, recipient, );
Parameters
Name | Type |
---|---|
context | PrivateContext |
note | Note |
ovpk | OvpkM |
ivpk | IvpkM |
recipient | AztecAddress |
encode_and_encrypt_note
encode_and_encrypt_note(context, ovpk, ivpk, recipient, );
If you get weird behavior it might be because of it.
Parameters
Name | Type |
---|---|
context | &mut PrivateContext |
ovpk | OvpkM |
ivpk | IvpkM |
recipient | AztecAddress |
encode_and_encrypt_note_unconstrained
encode_and_encrypt_note_unconstrained(context, ovpk, ivpk, recipient, );
Parameters
Name | Type |
---|---|
context | &mut PrivateContext |
ovpk | OvpkM |
ivpk | IvpkM |
recipient | AztecAddress |
encrypt_and_emit_partial_log
encrypt_and_emit_partial_log(context, log_plaintext, recipient_keys, recipient, );
/ not know who the recipient is).
Parameters
Name | Type |
---|---|
context | &mut PrivateContext |
log_plaintext | [u8; M] |
recipient_keys | PublicKeys |
recipient | AztecAddress |