]> git.codecow.com Git - Monocypher.git/commitdiff
Tests: all messages to standard ouput
authorLoup Vaillant <loup@loup-vaillant.fr>
Mon, 2 Nov 2020 16:58:05 +0000 (17:58 +0100)
committerLoup Vaillant <loup@loup-vaillant.fr>
Mon, 2 Nov 2020 16:58:05 +0000 (17:58 +0100)
tests/test.c

index 5f0c6854cce81c79a470c396247fda93bacbb97b..a241157a9738d7bbbac47bf3bf8cfa2b2209db79 100644 (file)
@@ -325,7 +325,7 @@ static void elligator_inv(vector_reader *reader)
     vector out     = next_output(reader);
     int    check   = crypto_curve_to_hidden(out.buf, point.buf, tweak);
     if ((u8)check != failure) {
-        fprintf(stderr, "Elligator inverse map: failure mismatch\n");
+        printf("Elligator inverse map: failure mismatch\n");
         exit(1);
     }
     if (check) {