Botan
3.6.1
Crypto and TLS for C&
Botan
TPM2
tpm2_buffer
Botan::TPM2::tpm2_buffer Concept Reference
#include <
tpm2_util.h
>
Concept definition
template
<
typename
T>
concept
Botan::TPM2::tpm2_buffer
=
requires
(
T
t) {
{ t.buffer } -> std::convertible_to<const uint8_t*>;
{ t.size } -> std::convertible_to<size_t>;
}
Botan::TPM2::tpm2_buffer
Definition
tpm2_util.h:96
T
FE_25519 T
Definition
ge.cpp:34
Detailed Description
Definition at line
96
of file
tpm2_util.h
.
Generated by
1.12.0