aboutsummaryrefslogtreecommitdiffstats
path: root/checks/pk.cpp
diff options
context:
space:
mode:
authorlloyd <[email protected]>2010-03-04 05:30:34 +0000
committerlloyd <[email protected]>2010-03-04 05:30:34 +0000
commitc3e5a5311abbbffe22f9a0b579649f88e5939685 (patch)
tree537e77a43fe9a695e1291d15a69fa155084c9ae1 /checks/pk.cpp
parent0247f26134933eb33ca2ac85560990174232e83d (diff)
Test GOST with 521-bit prime field (was setting off bug before)
Diffstat (limited to 'checks/pk.cpp')
-rw-r--r--checks/pk.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/checks/pk.cpp b/checks/pk.cpp
index b3de4bf2f..d101b30f0 100644
--- a/checks/pk.cpp
+++ b/checks/pk.cpp
@@ -706,7 +706,7 @@ void do_pk_keygen_tests(RandomNumberGenerator& rng)
EC_KEY(GOST_3410_PrivateKey, "secp224r1");
EC_KEY(GOST_3410_PrivateKey, "secp256r1");
EC_KEY(GOST_3410_PrivateKey, "secp384r1");
- //EC_KEY(GOST_3410_PrivateKey, "secp521r1");
+ EC_KEY(GOST_3410_PrivateKey, "secp521r1");
#endif
std::cout << std::endl;