pub fn encrypt(plaintext: u128, key: &[u8; 16]) -> [u8; 16]
Encrypts a 128-bit plaintext using AES-128 in ECB mode.