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

@@ -50,6 +50,10 @@
#ifndef HEADER_FIPS_RAND_H
#define HEADER_FIPS_RAND_H
#include <openssl/aes.h>
#include <openssl/evp.h>
#include <openssl/hmac.h>
#ifdef OPENSSL_FIPS
#ifdef __cplusplus