nil::crypto3::algebra::curves::detail::secp_r1_g1_params< 224, forms::short_weierstrass > Struct Reference

#include <short_weierstrass_params.hpp>

+ Inheritance diagram for nil::crypto3::algebra::curves::detail::secp_r1_g1_params< 224, forms::short_weierstrass >:
+ Collaboration diagram for nil::crypto3::algebra::curves::detail::secp_r1_g1_params< 224, forms::short_weierstrass >:

Public Types

using base_field_type = typename secp_r1_types< 224 >::base_field_type
 
using field_type = typename secp_r1_types< 224 >::g1_field_type
 
template<typename Coordinates >
using group_type = secp_r1_types< 224 >::g1_type< forms::short_weierstrass, Coordinates >
 
using scalar_field_type = typename secp_r1_types< 224 >::scalar_field_type
 

Static Public Attributes

constexpr static const secp_r1_types< 224 >::integral_type a
 
constexpr static const secp_r1_types< 224 >::integral_type b
 
constexpr static const std::array< typename field_type::value_type, 2 > one_fill
 
constexpr static const std::array< typename field_type::value_type, 2 > zero_fill
 

Member Typedef Documentation

◆ base_field_type

◆ field_type

◆ group_type

◆ scalar_field_type

Member Data Documentation

◆ a

constexpr secp_r1_types< 224 >::integral_type const nil::crypto3::algebra::curves::detail::secp_r1_params< 224, forms::short_weierstrass >::a
staticconstexprinherited
Initial value:
=
0xfffffffffffffffffffffffffffffffefffffffffffffffffffffffe_cppui224)
typename base_field_type::integral_type integral_type
Definition: curves/detail/secp_r1/types.hpp:59

coefficient of short Weierstrass curve $y^2=x^3+a*x+b$

◆ b

constexpr secp_r1_types< 224 >::integral_type const nil::crypto3::algebra::curves::detail::secp_r1_params< 224, forms::short_weierstrass >::b
staticconstexprinherited
Initial value:
=
0xb4050a850c04b3abf54132565044b0b7d7bfd8ba270b39432355ffb4_cppui224)

coefficient of short Weierstrass curve $y^2=x^3+a*x+b$

◆ one_fill

constexpr std::array< typename secp_r1_g1_params< 224, forms::short_weierstrass >::field_type::value_type, 2 > const nil::crypto3::algebra::curves::detail::secp_r1_g1_params< 224, forms::short_weierstrass >::one_fill
staticconstexpr
Initial value:
= {
typename field_type::value_type(
0xb70e0cbd6bb4bf7f321390b94a03c1d356c21122343280d6115c1d21_cppui224),
typename field_type::value_type(
0xbd376388b5f723fb4c22dfe6cd4375a05a07476444d5819985007e34_cppui224)}

◆ zero_fill

constexpr std::array< typename secp_r1_g1_params< 224, forms::short_weierstrass >::field_type::value_type, 2 > const nil::crypto3::algebra::curves::detail::secp_r1_g1_params< 224, forms::short_weierstrass >::zero_fill
staticconstexpr
Initial value:
= {
field_type::value_type::zero(), field_type::value_type::one()}

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