Generate SHA-3 hash in C++ using OpenSSL library
问题 I've searched extensively for a code example that uses OpenSSL's recently implemented SHA-3 algorithm for hashing but couldn't find any. There are code examples on SHA-1 and SHA-3 but a quick search in the library folders reveal that there isn't even a SHA3 function name in OpenSSL v1.1.1? I've searched everywhere but this is relatively new and I have not been able to track down any information specifically regarding the new algorithm. I found this thread that Generate SHA hash in C++ using