]> git.codecow.com Git - Monocypher.git/commitdiff
cosmetic
authorLoup Vaillant <loup@loup-vaillant.fr>
Sun, 6 Aug 2017 19:33:13 +0000 (21:33 +0200)
committerLoup Vaillant <loup@loup-vaillant.fr>
Sun, 6 Aug 2017 19:33:13 +0000 (21:33 +0200)
tests/self.c

index 7c06b4f349b24264685c54e1f7b3578be8f21df3..4ac22927c8ac92dec45709adc516bbe0a6b659fb 100644 (file)
@@ -589,7 +589,6 @@ int main(void)
     status |= TEST(ed25519_key , 1);
     status |= TEST(ed25519_sign, 3);
     status |= test_x25519();
-    status |= test_cmp();
 
     printf("\nProperty based tests tests");
     printf("\n--------------------------\n");
@@ -600,5 +599,9 @@ int main(void)
     status |= p_sha512();
     status |= p_aead();
 
+    printf("\nConstant time tests");
+    printf("\n-------------------\n");
+    status |= test_cmp();
+
     return status;
 }