Botan 3.5.0
Crypto and TLS for C&
Botan::@236::hash_or_mac_type Concept Reference

Concept definition

template<typename T>
concept Botan::@236::hash_or_mac_type = std::is_same_v<T, HashFunction> || std::is_same_v<T, MessageAuthenticationCode>

Detailed Description

Definition at line 24 of file sp800_56c_one_step.cpp.