Added NIST comments

This commit is contained in:
nathan 2016-12-29 02:39:39 +01:00
parent ab79616ca2
commit d390b294b1

View File

@ -58,6 +58,10 @@ import net.jpountz.xxhash.XXHashFactory;
* <p/>
* <p/>
* To determine if we have hardware accelerated AES java -XX:+PrintFlagsFinal -version | grep UseAES
*
* Per NIST SP800-38D,
* The total number of invocations of the authenticated encryption function shall not exceed 232, including all IV lengths and all instances of the authenticated encryption function with the given key.
*
*/
public final
class Crypto {