dh-speed: Add an identifier to test curve25519 performance

This commit is contained in:
Martin Willi
2016-11-14 16:20:51 +01:00
committed by Andreas Steffen
parent 1c26835a0a
commit 053275150b
+1
View 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)