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

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

#include <params.hpp>

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

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
 
constexpr static curve25519_types::integral_type d
 

Detailed Description

Member Typedef Documentation

◆ base_field_type

◆ scalar_field_type

Member Data Documentation

◆ a

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

coefficient of Twisted Edwards curves $a*x^2+y^2=1+d*x^2*y^2$

◆ d

Initial value:
0x52036cee2b6ffe738cc740797779e89800700a4d4141d8ab75eb4dca135978a3_cppui255)

coefficient of Twisted Edwards curves $a*x^2+y^2=1+d*x^2*y^2$


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