From 12d15afcba3fbde56cafc0ec0f31306ed28a0b28 Mon Sep 17 00:00:00 2001 From: onefang Date: Wed, 18 Aug 2021 23:26:05 +1000 Subject: TODO++ --- src/sledjchisl/sledjchisl.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/sledjchisl/sledjchisl.c b/src/sledjchisl/sledjchisl.c index 91ecb77..dddd054 100644 --- a/src/sledjchisl/sledjchisl.c +++ b/src/sledjchisl/sledjchisl.c @@ -140,6 +140,7 @@ extern char **environ; #include // TODO - I should probably replace openSSL with something else. Only using it for the hash functions, and apparently it's got a bit of a bad rep. +// only sha 512 I think. Which qLibc doesn't have. It has MD5 128 bit, Mummur3 32 and 128 bit, and FNV1 32 and 64 bit. // qLibc optionally uses openSSL for it's HTTP client stuff. #include #include -- cgit v1.1