diff options
author | Martin Willi <martin@revosec.ch> | 2014-08-08 16:26:03 +0200 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2016-11-14 16:20:51 +0100 |
commit | 053275150bfc47f2fa0bfa8c584487d3a764c334 (patch) | |
tree | bcece524503321d990d87fb397042512c5d67a63 /scripts/dh_speed.c | |
parent | 1c26835a0abf644ce6c1889272a15b7c2258bb7a (diff) | |
download | strongswan-053275150bfc47f2fa0bfa8c584487d3a764c334.tar.bz2 strongswan-053275150bfc47f2fa0bfa8c584487d3a764c334.tar.xz |
dh-speed: Add an identifier to test curve25519 performance
Diffstat (limited to 'scripts/dh_speed.c')
-rw-r--r-- | scripts/dh_speed.c | 1 |
1 files changed, 1 insertions, 0 deletions
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) |