PRCYCoin  2.0.0.7rc1
P2P Digital Currency
Public Attributes | List of all members
secp256k1_fe_consts_t Struct Reference

Field element module. More...

#include <field.h>

Collaboration diagram for secp256k1_fe_consts_t:
[legend]

Public Attributes

secp256k1_num_t p
 
secp256k1_fe_t order
 

Detailed Description

Field element module.

Field elements can be represented in several ways, but code accessing it (and implementations) need to take certain properaties into account:

Definition at line 35 of file field.h.

Member Data Documentation

◆ order

secp256k1_fe_t secp256k1_fe_consts_t::order

Definition at line 43 of file field.h.

◆ p

secp256k1_num_t secp256k1_fe_consts_t::p

Definition at line 41 of file field.h.


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