nil::crypto3::algebra::curves::detail::babyjubjub_g1_params< forms::montgomery > Struct Reference

#include <params.hpp>

+ Inheritance diagram for nil::crypto3::algebra::curves::detail::babyjubjub_g1_params< forms::montgomery >:
+ Collaboration diagram for nil::crypto3::algebra::curves::detail::babyjubjub_g1_params< forms::montgomery >:

Public Types

using base_field_type = typename babyjubjub_types::base_field_type
 
using field_type = typename babyjubjub_params< forms::montgomery >::base_field_type
 
template<typename Coordinates >
using group_type = babyjubjub_types::g1_type< forms::montgomery, Coordinates >
 
using scalar_field_type = typename babyjubjub_types::scalar_field_type
 

Static Public Attributes

constexpr static const babyjubjub_types::integral_type A
 Montgomery elliptic curve. More...
 
constexpr static const babyjubjub_types::integral_type B
 Montgomery elliptic curve. More...
 
constexpr static const std::array< typename base_field_type::value_type, 2 > one_fill
 

Member Typedef Documentation

◆ base_field_type

◆ field_type

◆ group_type

◆ scalar_field_type

Member Data Documentation

◆ A

Initial value:
=
0x292FA_cppui18

Montgomery elliptic curve.

described by equation b*y^2 = x^3 + a*x^2 + x

◆ B

Initial value:
=
0x01

Montgomery elliptic curve.

described by equation b*y^2 = x^3 + a*x^2 + x

◆ one_fill

constexpr std::array< typename babyjubjub_g1_params< forms::montgomery >::base_field_type::value_type, 2 > const nil::crypto3::algebra::curves::detail::babyjubjub_g1_params< forms::montgomery >::one_fill
staticconstexpr
Initial value:
= {
typename base_field_type::value_type(
0xfbc9ac10c16d45d4eacdd6489fa006480b17a811cdba46922896085f89faaf6_cppui252),
typename base_field_type::value_type(
0x203a710160811d5c07ebaeb8fe1d9ce201c66b970d66f18d0d2b264c195309aa_cppui254)}

The documentation for this struct was generated from the following file: