Module aes128
Functions
- Given a plaintext as an array of bytes, returns the corresponding aes128 ciphertext (CBC mode). Input padding is performed using PKCS#7, so that the output length is
input.len() + (16 - input.len() % 16).
input.len() + (16 - input.len() % 16).