nil::crypto3::algebra::curves::detail::secp_r1_types< Version > Struct Template Reference

A struct representing details about base and scalar fields. More...

#include <types.hpp>

+ Collaboration diagram for nil::crypto3::algebra::curves::detail::secp_r1_types< Version >:

Public Types

using base_field_type = fields::secp_r1_base_field< Version >
 
using g1_field_type = base_field_type
 
template<typename Form , typename Coordinates >
using g1_type = secp_r1_g1< Version, Form, Coordinates >
 
using integral_type = typename base_field_type::integral_type
 
using scalar_field_type = fields::secp_r1_scalar_field< Version >
 

Detailed Description

template<std::size_t Version>
struct nil::crypto3::algebra::curves::detail::secp_r1_types< Version >

A struct representing details about base and scalar fields.

Template Parameters
Versionversion of the curve

Member Typedef Documentation

◆ base_field_type

template<std::size_t Version>
using nil::crypto3::algebra::curves::detail::secp_r1_types< Version >::base_field_type = fields::secp_r1_base_field<Version>

◆ g1_field_type

template<std::size_t Version>
using nil::crypto3::algebra::curves::detail::secp_r1_types< Version >::g1_field_type = base_field_type

◆ g1_type

template<std::size_t Version>
template<typename Form , typename Coordinates >
using nil::crypto3::algebra::curves::detail::secp_r1_types< Version >::g1_type = secp_r1_g1<Version, Form, Coordinates>

◆ integral_type

template<std::size_t Version>
using nil::crypto3::algebra::curves::detail::secp_r1_types< Version >::integral_type = typename base_field_type::integral_type

◆ scalar_field_type


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