Modern hashes #187
jpellegrini
started this conversation in
Ideas
Replies: 3 comments 2 replies
-
Also, what about having separate SHA-2 and SHA-3 packages? For space-constrained environments... |
Beta Was this translation helpful? Give feedback.
1 reply
-
HTTPS is increasingly required for web access, and OpenSSL/LibreSSL include most of the common cryptogrpahic hash functions. It would make sense to re-use those implementations, which are probably fast and battle-tested. |
Beta Was this translation helpful? Give feedback.
1 reply
-
For example, here are the SHA implementations. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi @egallesio !
STklos has
md5sum
, and it would be nice to have more modern hash functions.What about, instead of adding more to the STklos core, creating a "hash" module?
I already have one SHA3-512 implementation, just as a proof of concept. I gues it would be nice to have:
What about the API?
Which sounds better? Maybe have all of them?
I suppose it would not be good to remove MD5 from the core and make it a module?
Beta Was this translation helpful? Give feedback.
All reactions