22#include "crypto/hash/impl/sha224_256.hpp"
41 extern template class SHA224_256<32,SHA256_VALUES>;
42 extern template SHA224_256<32,SHA256_VALUES>::SHA224_256(
const std::string& data);
44 extern template SHA224_256<32,SHA256_VALUES>::SHA224_256(std::istream& stream);
49 using SHA256 = SHA224_256<32,SHA256_VALUES>;
Hash algorithm abstract class.
Definition hash.hpp:38
virtual const std::array< uint8_t, O > & digest() const =0
SHA2 abstract class.
Definition sha2.hpp:46
Cryptography namespace.
Definition base64.hpp:28
SHA224_256< 32, SHA256_VALUES > SHA256
Definition sha256.hpp:49
template SHA256 HMAC< SHA256 >(const std::string &, const std::string &)
std::array< uint32_t, 8 > SHA256_VALUES
AnCH framework base namespace.
Definition app.hpp:28