From 2515667f8cf9f374155c54451d68d745a269016c Mon Sep 17 00:00:00 2001 From: Loup Vaillant Date: Wed, 25 Nov 2020 22:55:57 +0100 Subject: [PATCH] s/Monocypher/Libsodium in a string --- tests/speed/speed-sodium.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/speed/speed-sodium.c b/tests/speed/speed-sodium.c index 2aa6628..417e9fc 100644 --- a/tests/speed/speed-sodium.c +++ b/tests/speed/speed-sodium.c @@ -168,7 +168,7 @@ static u64 edDSA_check(void) TIMING_START { if (crypto_sign_verify_detached(signature, message, 64, pk)) { - printf("Monocypher verification failed\n"); + printf("Libsodium verification failed\n"); } } TIMING_END; -- 2.47.3