From 053275150bfc47f2fa0bfa8c584487d3a764c334 Mon Sep 17 00:00:00 2001 From: Martin Willi Date: Fri, 8 Aug 2014 16:26:03 +0200 Subject: [PATCH] dh-speed: Add an identifier to test curve25519 performance --- scripts/dh_speed.c | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/dh_speed.c b/scripts/dh_speed.c index 0643ea92a..300a7da8b 100644 --- a/scripts/dh_speed.c +++ b/scripts/dh_speed.c @@ -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)