Autodetect the best available SHA256 implementation. Returns the name of the implementation.

Synopsis

Declared in <crypto/sha256.h>

std::string
SHA256AutoDetect(sha256_implementation::UseImplementation use_implementation = sha256_implementation::USE_ALL);

Return Value

The name of the chosen implementation.

Parameters

Name

Description

use_implementation

Bit flags limiting which accelerated implementations may be selected.

Created with MrDocs