Skip to main content

encrypted_note_emission

Standalone Functions

compute_raw_note_log

compute_raw_note_log(context, note, ovsk_app, ovpk, ivpk, recipient);

Parameters

NameType
contextPrivateContext
noteNote
ovsk_appField
ovpkOvpkM
ivpkIvpkM
recipientAztecAddress

compute_raw_note_log_unconstrained

compute_raw_note_log_unconstrained(context, note, ovpk, ivpk, recipient);

Parameters

NameType
contextPrivateContext
noteNote
ovpkOvpkM
ivpkIvpkM
recipientAztecAddress

encode_and_encrypt_note

encode_and_encrypt_note(context, ov, iv);

Parameters

NameType
context&mut PrivateContext
ovAztecAddress
ivAztecAddress

encode_and_encrypt_note_unconstrained

encode_and_encrypt_note_unconstrained(context, ov, iv);

Parameters

NameType
context&mut PrivateContext
ovAztecAddress
ivAztecAddress

encode_and_encrypt_note_with_keys

encode_and_encrypt_note_with_keys(context, ovpk, ivpk, recipient);

Parameters

NameType
context&mut PrivateContext
ovpkOvpkM
ivpkIvpkM
recipientAztecAddress

encode_and_encrypt_note_with_keys_unconstrained

encode_and_encrypt_note_with_keys_unconstrained(context, ovpk, ivpk, recipient);

Parameters

NameType
context&mut PrivateContext
ovpkOvpkM
ivpkIvpkM
recipientAztecAddress