Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
bb::Loggable Concept Reference
#include <
transcript.hpp
>
Concept definition
template
<
typename
T,
typename
... U>
concept
bb::Loggable
=
(
std::same_as<T, bb::fr>
||
std::same_as<T, grumpkin::fr>
||
std::same_as<T, bb::g1::affine_element>
||
std::same_as<T, grumpkin::g1::affine_element>
||
std::same_as<T, uint32_t>
)
bb::Loggable
Definition
transcript.hpp:27
std::get
constexpr decltype(auto) get(::tuplet::tuple< T... > &&t) noexcept
Definition
tuple.hpp:13
Detailed Description
Definition at line
27
of file
transcript.hpp
.
bb
Loggable
Generated by
1.9.8