From: Loup Vaillant Date: Fri, 20 Apr 2018 21:46:52 +0000 (+0200) Subject: No Libsodium for Blake2b EdDSA X-Git-Url: https://git.codecow.com/?a=commitdiff_plain;h=0b7d76e6767cf30ab3392f551da51efc0e49d497;p=Monocypher.git No Libsodium for Blake2b EdDSA --- diff --git a/tests/gen/edDSA.c b/tests/gen/edDSA.c index 8eed2ca..3243927 100644 --- a/tests/gen/edDSA.c +++ b/tests/gen/edDSA.c @@ -1,4 +1,3 @@ -#include #include "utils.h" #include "ed25519.h" @@ -19,7 +18,6 @@ void test(size_t msg_size) int main(void) { - SODIUM_INIT; FOR (msg_size, 0, 256) { test(msg_size); } return 0; }