Add HMAC DRBG from SP800-90

This commit is contained in:
Dr. Stephen Henson
2011-08-08 22:07:38 +00:00
parent b38fd40db4
commit 20f12e63ff
11 changed files with 561 additions and 11 deletions

View File

@@ -55,8 +55,6 @@
#include <string.h>
#include <openssl/crypto.h>
#include <openssl/evp.h>
#include <openssl/aes.h>
#include <openssl/err.h>
#include <openssl/fips_rand.h>
#include "fips_rand_lcl.h"