From b930b82ea493dff8fdd397da3eb466689e879229 Mon Sep 17 00:00:00 2001 From: jesse Date: Tue, 4 Aug 2020 11:54:19 -0400 Subject: [PATCH] finnal commit hopefully --- haraka.c | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/haraka.c b/haraka.c index 67cff26..41340f3 100644 --- a/haraka.c +++ b/haraka.c @@ -109,15 +109,7 @@ int test_implementations() { } return 0; } -static void phex(uint8_t* str) -{ - uint8_t len = 32; - - unsigned char i; - for (i = 0; i < len; ++i) - printf("%hhx, ", str[i]); - printf("\n"); -} + void haraka256(unsigned char *out, const unsigned char *in) { u512 s,i; s = LOAD (in); -- 2.42.0