pub fn encrypt(plaintext: u128, key: &[u8; 16]) -> [u8; 16]
Expand description

Encrypts a 128-bit plaintext using AES-128 in ECB mode.