Botan 3.5.0
Crypto and TLS for C&
Botan::concepts::tree_gen_leaf Concept Reference

#include <tree_hash.h>

Concept definition

template<typename T, typename NodeIdx, typename LayerIdx, typename Address, typename NodeSS>
requires(T func, NodeSS out, const Address& address) {
{ func(out, address) };
}
An adress in a Tree.
Definition tree_hash.h:53
An index of a node in a layer.
Definition tree_hash.h:36
FE_25519 T
Definition ge.cpp:34

Detailed Description

Definition at line 67 of file tree_hash.h.