Implemented NIST SP 800-90A DRBG_HMAC with SHA-256

This commit is contained in:
Andreas Steffen
2013-11-27 20:21:41 +01:00
parent 798a36dc14
commit 98c6421674
16 changed files with 697 additions and 1541 deletions
+1 -1
View File
@@ -34,5 +34,5 @@ TEST_SUITE(host_suite_create)
TEST_SUITE(printf_suite_create)
TEST_SUITE(pen_suite_create)
TEST_SUITE(asn1_suite_create)
TEST_SUITE_DEPEND(ntru_suite_create, CUSTOM, "ntru-rng")
TEST_SUITE_DEPEND(ntru_suite_create, DH, NTRU_112_BIT)