shared3p_aes.sc
shared3p_aes.sc
Module with AES128/192/256 functions.
Functions:
aesExpandKey
Function for expanding a randomly generated AES key.
Detailed Description
Parameters
aeskey |
- a 1-dimensional array of type xor_uint32. See also aesGenkey |
returns a vector of type xor_uint32 with an expanded key |
None |