strongswan.org
Wiki/Project Management
Downloads
Gitweb
projects
/
strongswan.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c26835
)
dh-speed: Add an identifier to test curve25519 performance
author
Martin Willi
<martin@revosec.ch>
Fri, 8 Aug 2014 14:26:03 +0000
(16:26 +0200)
committer
Andreas Steffen
<andreas.steffen@strongswan.org>
Mon, 14 Nov 2016 15:20:51 +0000
(16:20 +0100)
scripts/dh_speed.c
patch
|
blob
|
history
diff --git
a/scripts/dh_speed.c
b/scripts/dh_speed.c
index
0643ea9
..
300a7da
100644
(file)
--- 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)