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

https://neuromancer.sk/std/other/Curve25519# More...

#include <params.hpp>

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

Public Types

using base_field_type = typename curve25519_types::base_field_type
 
using scalar_field_type = typename curve25519_types::scalar_field_type
 

Static Public Attributes

constexpr static curve25519_types::integral_type a
 coefficient of Montgomery curve $b*y^2=x^3+a*x^2+x$ More...
 
constexpr static curve25519_types::integral_type b
 coefficient of Montgomery curve $b*y^2=x^3+a*x^2+x$ More...
 

Detailed Description

Member Typedef Documentation

◆ base_field_type

◆ scalar_field_type

Member Data Documentation

◆ a

Initial value:
=
0x76d06)
typename base_field_type::integral_type integral_type
Definition: curves/detail/curve25519/types.hpp:55

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

◆ b

Initial value:

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


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