Autodetect the best available SHA256 implementation. Returns the name of the implementation.
Declared in <crypto/sha256.h>
std::string
SHA256AutoDetect(sha256_implementation::UseImplementation use_implementation = sha256_implementation::USE_ALL);
The name of the chosen implementation.
| Name | Description |
|---|---|
| use_implementation | Bit flags limiting which accelerated implementations may be selected. |