Fabcoin Core
0.16.2
P2P Digital Currency
|
#include <crypto/sha256.h>
#include <crypto/common.h>
#include <assert.h>
#include <string.h>
#include <atomic>
Go to the source code of this file.
Namespaces | |
sha256 | |
Internal SHA-256 implementation. | |
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.