cpp-cryptlite icon indicating copy to clipboard operation
cpp-cryptlite copied to clipboard

C++ library that supports base64-encoding, sha1/sha256 hashing, and hmac calculation

Results 3 cpp-cryptlite issues
Sort by recently updated
recently updated
newest added

For the manual of the Readme file, I've just created a build directory, run cmake as it follows on the second point of manual, and tried to call "make". But...

@lyokato I have made this work with sha512. Would you be able to approve? Thank you.

Are you accepting pull requests? C++14 is now 10 years old. `#include `, `std::shared_ptr`, making classes non-copyable are now first class language and library features. Do you have any objections...