How to generate a SHA-3 hash with Crypto ++, using a string as input and output?

0

Crypto ++ is a non-standard open source C ++ class library of cryptographic schemes. With it it is possible to use the hash function sha-3, however I have no idea how to use this library, even though it has documentation, I still find it confusing.

How can I use a function from this library to:

Insert a string for the function to return this encrypted string?

    
asked by anonymous 19.05.2018 / 19:32

0 answers