retdec
|
Crypto functions. More...
#include <cstdint>
#include <string>
Go to the source code of this file.
Namespaces | |
retdec | |
retdec::fileformat | |
Functions | |
std::string | retdec::fileformat::getCrc32 (const unsigned char *data, std::uint64_t length) |
Count CRC32 of data. More... | |
std::string | retdec::fileformat::getMd5 (const unsigned char *data, std::uint64_t length) |
Count MD5 of data. More... | |
std::string | retdec::fileformat::getSha1 (const unsigned char *data, std::uint64_t length) |
Count SHA1 of data. More... | |
std::string | retdec::fileformat::getSha256 (const unsigned char *data, std::uint64_t length) |
Count SHA256 of data. More... | |
Crypto functions.