Botan 3.5.0
Crypto and TLS for C&
Botan::concepts::tree_hash_node_pair 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, NodeSS a, NodeSS b) {
{ func(out, address, a, b) };
}
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 60 of file tree_hash.h.