In some cases developers have need of AES modes other than what we support today, or need the ability to implement algorithms that require access to the core AES permutation function. As a starting point, we can provide access to the AES block function in CryptoExtras.
In some cases developers have need of AES modes other than what we support today, or need the ability to implement algorithms that require access to the core AES permutation function. As a starting point, we can provide access to the AES block function in CryptoExtras.