Fabcoin Core
0.16.2
P2P Digital Currency
|
#include <stdint.h>
#include <stdlib.h>
#include <string>
Go to the source code of this file.
Classes | |
class | CSHA256 |
A hasher class for SHA-256. More... | |
Functions | |
std::string | SHA256AutoDetect () |
Autodetect the best available SHA256 implementation. More... | |
std::string SHA256AutoDetect | ( | ) |
Autodetect the best available SHA256 implementation.
Returns the name of the implementation.
Definition at line 179 of file sha256.cpp.