|
10Duke Enterprise C++ SDK
|
#include <HashFactory.h>
Creates cryptographic hash functions.
Public Member Functions | |
| virtual std::unique_ptr<::tenduke::crypto::CryptographicHash > | create (::tenduke::crypto::HashAlgorithm algorithm) const =0 |
| Creates a new message digest. | |
|
pure virtual |
Creates a new message digest.
| algorithm | algorithm to use |
Implemented in tenduke::crypto::win::cng::WinCNGHashFactory, and WinCNGHashFactory.