Skip to main content
Version: v0.83.1-alpha-testnet.0

log_encryption

Standalone Functions

encrypt_log

encrypt_log(plaintext, recipient, );

/ Fixed-size array of encrypted Field elements representing the private log

Parameters

NameType
plaintext[Field; PLAINTEXT_LEN]
recipientAztecAddress

decrypt_log

decrypt_log(ciphertext, PRIVATE_LOG_CIPHERTEXT_LEN>, recipient, );

Parameters

NameType
ciphertextBoundedVec<Field
PRIVATE_LOG_CIPHERTEXT_LEN>
recipientAztecAddress