22#include "crypto/hash/impl/sha224_256.hpp"
38 extern template SHA224_256<28,SHA224_VALUES>::SHA224_256(
const std::string& data);
40 extern template SHA224_256<28,SHA224_VALUES>::SHA224_256(std::istream& stream);
45 using SHA224 = SHA224_256<28,SHA224_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
std::array< uint32_t, 8 > SHA224_VALUES
template SHA224 HMAC< SHA224 >(const std::string &, const std::string &)
SHA224_256< 28, SHA224_VALUES > SHA224
Definition sha224.hpp:45
AnCH framework base namespace.
Definition app.hpp:28