From 3dc612117549065035a80c57eebc31f234d4d76e Mon Sep 17 00:00:00 2001 From: Loup Vaillant Date: Wed, 23 Oct 2019 23:38:31 +0200 Subject: [PATCH] Cosmetic: removed useless comment --- tests/speed/speed-tweetnacl.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/speed/speed-tweetnacl.c b/tests/speed/speed-tweetnacl.c index 6d75989..6c47342 100644 --- a/tests/speed/speed-tweetnacl.c +++ b/tests/speed/speed-tweetnacl.c @@ -77,9 +77,6 @@ static u64 edDSA_sign(void) TIMING_END; } -//int crypto_sign (u8 *sm, u64 *smlen, const u8 *m , u64 n, const u8 *sk); -//int crypto_sign_open(u8 *m , u64 *mlen , const u8 *sm, u64 n, const u8 *pk); - static u64 edDSA_check(void) { u8 sk [ 64]; -- 2.47.3