From: Loup Vaillant Date: Wed, 23 Oct 2019 21:38:31 +0000 (+0200) Subject: Cosmetic: removed useless comment X-Git-Url: https://git.codecow.com/?a=commitdiff_plain;h=3dc612117549065035a80c57eebc31f234d4d76e;p=Monocypher.git Cosmetic: removed useless comment --- 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];