I have a C project in Visual Studio 2017.
I need to hash as SHA1 string a message to generate a session ID. Looking for a hash function I've been driven to OpenSSL library but I have the feeling to kill a fly with a hammer. Is there any other simple SHA1 standard library available?
Thanks