Struct AES128
pub struct AES128 {}
Trait implementations
impl LogEncryption for AES128
pub fn encrypt_log<let PlaintextLen: u32>(
plaintext: [Field; PlaintextLen],
recipient: AztecAddress,
) -> [Field; 17]
pub unconstrained fn decrypt_log(
ciphertext: BoundedVec<Field, 17>,
recipient: AztecAddress,
) -> BoundedVec<Field, 14>