Commit Graph

5 Commits

Author SHA1 Message Date
8711dcce1a SIKE/p434 goes thru KATs 2021-04-14 06:57:22 +01:00
188e672764 use aes_ctr_drbg crate 2021-04-14 06:56:10 +01:00
95cc52f554 Run KAT in parallel 4 threads 2021-04-04 13:09:47 +01:00
0b72f78582 Adds DRBG based on AES
In order to enable all KAT tests, the AES based
DRBG is need (for seed expansion). This PR adds
port of DRBG, initialy written by NIST.

Afterwards, the katrunner is modified to enable
key generation, encapsulation and signing KATs.

Testing of NTRU prime is disabled, as it doesn't
pass KAT tests now. The tests for SPHINCS+ are
now very slow.
2021-03-30 01:12:51 +01:00
58dabbafef add first version of katrunner 2021-03-25 00:46:42 +00:00