Botan
3.11.1
Crypto and TLS for C&
Botan
@241057114054214163314077041365170374357033265362
hash_or_mac_type
Botan::@241057114054214163314077041365170374357033265362::hash_or_mac_type Concept Reference
Concept definition
template
<
typename
T>
concept
hash_or_mac_type
= std::is_same_v<T, HashFunction> || std::is_same_v<T, MessageAuthenticationCode>
Botan::@241057114054214163314077041365170374357033265362::hash_or_mac_type
Definition
sp800_56c_one_step.cpp:26
Detailed Description
Definition at line
26
of file
sp800_56c_one_step.cpp
.
Generated by
1.16.1