nil::crypto3::algebra::curves::pallas Class Reference

A struct representing a pallas curve. https://zips.z.cash/protocol/protocol.pdf#pallasandvesta. More...

#include <pallas.hpp>

+ Collaboration diagram for nil::crypto3::algebra::curves::pallas:

Public Types

typedef policy_type::base_field_type base_field_type
 
template<typename Coordinates = coordinates::jacobian_with_a4_0, typename Form = forms::short_weierstrass>
using g1_type = typename detail::pallas_g1< Form, Coordinates >
 
typedef policy_type::scalar_field_type scalar_field_type
 

Detailed Description

A struct representing a pallas curve. https://zips.z.cash/protocol/protocol.pdf#pallasandvesta.

Member Typedef Documentation

◆ base_field_type

◆ g1_type

template<typename Coordinates = coordinates::jacobian_with_a4_0, typename Form = forms::short_weierstrass>
using nil::crypto3::algebra::curves::pallas::g1_type = typename detail::pallas_g1<Form, Coordinates>

◆ scalar_field_type


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