Barretenberg
The ZK-SNARK library at the core of Aztec
|
Classes | |
struct | EndomorphismWnaf |
Handles the WNAF computation for scalars that are split using an endomorphism, achieved through split_into_endomorphism_scalars . It facilitates efficient computation of elliptic curve point multiplication by optimizing the representation of these scalars. More... | |
Typedefs | |
using | EndoScalars = std::pair< std::array< uint64_t, 2 >, std::array< uint64_t, 2 > > |
using bb::group_elements::detail::EndoScalars = typedef std::pair<std::array<uint64_t, 2>, std::array<uint64_t, 2> > |
Definition at line 626 of file element_impl.hpp.