![]() |
Raven Core
3.0.0
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 180 of file sha256.cpp.
1.8.13