diff options
Diffstat (limited to 'checks/pk.cpp')
-rw-r--r-- | checks/pk.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/checks/pk.cpp b/checks/pk.cpp index a353f7ca7..c02005245 100644 --- a/checks/pk.cpp +++ b/checks/pk.cpp @@ -763,6 +763,8 @@ u32bit do_pk_validation_tests(const std::string& filename, std::cout << std::endl; + errors += do_gfpmath_tests(rng); + do_ec_tests(rng); errors += do_ecdsa_tests(rng); errors += do_eckaeg_tests(rng); do_pk_keygen_tests(rng); |