|
10Duke Enterprise C++ SDK
|
#include <WinCNGHashFactory.h>
Creates instances of cryptographic hash functions.
Public Member Functions | |
| std::unique_ptr<::tenduke::crypto::CryptographicHash > | create (::tenduke::crypto::HashAlgorithm algorithm) const override |
| Creates a new message digest. | |
|
overridevirtual |
Creates a new message digest.
| algorithm | algorithm to use |
Implements tenduke::crypto::HashFactory.