Botan
3.6.1
Crypto and TLS for C&
Botan
CRYSTALS
byte_source
Botan::CRYSTALS::byte_source Concept Reference
#include <
pqcrystals_encoding.h
>
Concept definition
template
<
typename
T>
concept
Botan::CRYSTALS::byte_source
=
requires
(
T
& t) {
requires
std::invocable<
decltype
(
detail::as_byte_source
(t)), std::span<uint8_t>>; }
Botan::CRYSTALS::byte_source
Definition
pqcrystals_encoding.h:43
T
FE_25519 T
Definition
ge.cpp:34
Botan::CRYSTALS::detail::as_byte_source
constexpr auto as_byte_source(BufferSlicer &slicer)
Definition
pqcrystals_encoding.h:30
Detailed Description
Definition at line
43
of file
pqcrystals_encoding.h
.
Generated by
1.12.0