Usage example of AES with 192-bit keys
// AES192 requires a key of length 24 bytes. static immutable KEY = "abcdefghijklmnopqrstuvwx"; testAES!(AES192, KEY);
See Implementation