Botan
3.6.1
Crypto and TLS for C&
Botan
concepts
tree_hash_node_pair
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>
concept
Botan::concepts::tree_hash_node_pair
=
concepts::tree_node_index<NodeIdx>
&&
concepts::tree_layer_index<LayerIdx>
&&
concepts::tree_address<Address, LayerIdx, NodeIdx>
&&
concepts::strong_span<NodeSS>
&&
requires
(
T
func, NodeSS out,
const
Address& address, NodeSS a, NodeSS
b
) {
{ func(out, address, a,
b
) };
}
Botan::concepts::strong_span
Definition
tree_hash.h:47
Botan::concepts::tree_address
An adress in a Tree.
Definition
tree_hash.h:53
Botan::concepts::tree_hash_node_pair
Definition
tree_hash.h:60
Botan::concepts::tree_layer_index
A layer in a Tree.
Definition
tree_hash.h:44
Botan::concepts::tree_node_index
An index of a node in a layer.
Definition
tree_hash.h:36
T
FE_25519 T
Definition
ge.cpp:34
Botan::b
const SIMD_8x32 & b
Definition
simd_avx2_gfni.h:63
Detailed Description
Definition at line
60
of file
tree_hash.h
.
Generated by
1.12.0