Aes
class Aes
Methods
static array
cipher(input $input, w $w)
AES Cipher function: encrypt 'input' with Rijndael algorithm
static array
keyExpansion(key $key)
Key expansion for Rijndael cipher(): performs key expansion on cipher key to generate a key schedule
Details
at line 21
static array
cipher(input $input, w $w)
AES Cipher function: encrypt 'input' with Rijndael algorithm
at line 94
static array
keyExpansion(key $key)
Key expansion for Rijndael cipher(): performs key expansion on cipher key to generate a key schedule