From b8d492cd2499f1ce230f687174ab1583c207cb33 Mon Sep 17 00:00:00 2001 From: onefang Date: Tue, 14 Sep 2021 11:43:33 +1000 Subject: Comment++ --- src/sledjchisl/sledjchisl.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/sledjchisl/sledjchisl.c b/src/sledjchisl/sledjchisl.c index d0c3e01..4d310f4 100644 --- a/src/sledjchisl/sledjchisl.c +++ b/src/sledjchisl/sledjchisl.c @@ -146,6 +146,7 @@ extern char **environ; // 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. +// toybox uses openSSL for it's sha512. #include #include #include "openssl/hmac.h" -- cgit v1.1