]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
dh-speed: Add an identifier to test curve25519 performance
authorMartin Willi <martin@revosec.ch>
Fri, 8 Aug 2014 14:26:03 +0000 (16:26 +0200)
committerAndreas Steffen <andreas.steffen@strongswan.org>
Mon, 14 Nov 2016 15:20:51 +0000 (16:20 +0100)
scripts/dh_speed.c

index 0643ea92a987c289f32bc90a8c480c24573e2da6..300a7da8bfe4640941e1c49c4cd06a59e4a5a3c1 100644 (file)
@@ -46,6 +46,7 @@ struct {
        {"ecp521",                      ECP_521_BIT},
        {"ecp192",                      ECP_192_BIT},
        {"ecp224",                      ECP_224_BIT},
+       {"curve25519",          CURVE_25519},
 };
 
 static void start_timing(struct timespec *start)