8#include <botan/internal/tls_handshake_hash.h>
18 std::string hash_algo(mac_algo);
19 if(hash_algo ==
"SHA-1")
20 hash_algo =
"SHA-256";
static std::unique_ptr< HashFunction > create_or_throw(std::string_view algo_spec, std::string_view provider="")
secure_vector< uint8_t > final(std::string_view mac_algo) const
std::vector< T, secure_allocator< T > > secure_vector