]> Git Repo - haraka-avx512.git/commitdiff
finnal commit hopefully master
authorjesse <[email protected]>
Tue, 4 Aug 2020 15:54:19 +0000 (11:54 -0400)
committerjesse <[email protected]>
Tue, 4 Aug 2020 15:54:19 +0000 (11:54 -0400)
haraka.c

index 67cff26c5ccd2314da20b0bed45e3e4161e28845..41340f3f3ec35ae0fdaf9e910979aa38b8640b9b 100644 (file)
--- a/haraka.c
+++ b/haraka.c
@@ -109,15 +109,7 @@ int test_implementations() {
   }\r
   return 0;\r
 }\r
-static void phex(uint8_t* str)\r
-{\r
-    uint8_t len = 32;\r
-\r
-    unsigned char i;\r
-    for (i = 0; i < len; ++i)\r
-        printf("%hhx, ", str[i]);\r
-    printf("\n");\r
-}\r
+\r
 void haraka256(unsigned char *out, const unsigned char *in) {\r
          u512 s,i;\r
          s = LOAD (in);\r
This page took 0.025422 seconds and 4 git commands to generate.