pub fn expand_key<const N: usize>(key: &[u8]) -> [[u8; 16]; N]
Expand a key into AES round keys (FIPS 197 §5.2).
N = 11
N = 15