Botan 3.6.0
Crypto and TLS for C&
Botan::CRYSTALS::byte_source Concept Reference

#include <pqcrystals_encoding.h>

Concept definition

template<typename T>
requires(T& t) { requires std::invocable<decltype(detail::as_byte_source(t)), std::span<uint8_t>>; }
FE_25519 T
Definition ge.cpp:34
constexpr auto as_byte_source(BufferSlicer &slicer)

Detailed Description

Definition at line 43 of file pqcrystals_encoding.h.