Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
bb::group_elements::detail Namespace Reference

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 > >
 

Typedef Documentation

◆ EndoScalars

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.