]> git.codecow.com Git - Monocypher.git/commitdiff
Cosmetic: removed useless comment
authorLoup Vaillant <loup@loup-vaillant.fr>
Wed, 23 Oct 2019 21:38:31 +0000 (23:38 +0200)
committerLoup Vaillant <loup@loup-vaillant.fr>
Wed, 23 Oct 2019 21:38:31 +0000 (23:38 +0200)
tests/speed/speed-tweetnacl.c

index 6d75989bfbf7b7854e51ac2fef475e81349a42c6..6c47342739e37fafd4063a29d86dbfacc6ad69ca 100644 (file)
@@ -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];