log_encryption
Standalone Functions
encrypt_log
encrypt_log(plaintext, recipient, );
/ Fixed-size array of encrypted Field elements representing the private log
Parameters
Name | Type |
---|---|
plaintext | [Field; PLAINTEXT_LEN] |
recipient | AztecAddress |
decrypt_log
decrypt_log(ciphertext, PRIVATE_LOG_CIPHERTEXT_LEN>, recipient, );
Parameters
Name | Type |
---|---|
ciphertext | BoundedVec<Field |
PRIVATE_LOG_CIPHERTEXT_LEN> | |
recipient | AztecAddress |