Bitcoin Core  27.99.0
P2P Digital Currency
Public Attributes | List of all members
secp256k1_fe Struct Reference

This field implementation represents the value as 10 uint32_t limbs in base 2^26. More...

#include <field_10x26.h>

Public Attributes

uint32_t n [10]
 
uint64_t n [5]
 

Detailed Description

This field implementation represents the value as 10 uint32_t limbs in base 2^26.

This field implementation represents the value as 5 uint64_t limbs in base 2^52.

Definition at line 14 of file field_10x26.h.

Member Data Documentation

◆ n [1/2]

uint32_t secp256k1_fe::n[10]

Definition at line 22 of file field_10x26.h.

◆ n [2/2]

uint64_t secp256k1_fe::n[5]

Definition at line 22 of file field_5x52.h.


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