|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
Typedefs | |
| using | EndoScalars = std::pair< std::array< uint64_t, 2 >, std::array< uint64_t, 2 > > |
Variables | |
| constexpr size_t | BOOTH_ENDO_WINDOW_BITS = 4 |
| constexpr size_t | BOOTH_ENDO_NUM_WINDOWS = 32 |
| constexpr size_t | BOOTH_ENDO_LOOKUP_SIZE = 1U << (BOOTH_ENDO_WINDOW_BITS - 1) |
| constexpr size_t | BOOTH_ENDO_NUM_LIMBS_U64 = 2 |
| constexpr size_t | BOOTH_ENDO_K2_LOW_WINDOW_BITS = 2 |
| constexpr size_t | BOOTH_ENDO_K2_NUM_WINDOWS = BOOTH_ENDO_NUM_WINDOWS + 1 |
| using bb::group_elements::detail::EndoScalars = typedef std::pair<std::array<uint64_t, 2>, std::array<uint64_t, 2> > |
Definition at line 635 of file element_impl.hpp.
|
inlineconstexpr |
Definition at line 662 of file element_impl.hpp.
|
inlineconstexpr |
Definition at line 664 of file element_impl.hpp.
|
inlineconstexpr |
Definition at line 650 of file element_impl.hpp.
|
inlineconstexpr |
Definition at line 652 of file element_impl.hpp.
|
inlineconstexpr |
Definition at line 647 of file element_impl.hpp.
|
inlineconstexpr |
Definition at line 645 of file element_impl.hpp.