UltrafastSecp256k1 3.50.0
Ultra high-performance secp256k1 elliptic curve cryptography library
Loading...
Searching...
No Matches
secp256k1::fast::MidFieldElement Struct Reference

#include <field.hpp>

Public Member Functions

FieldElement ToFieldElement () const noexcept
 

Public Attributes

std::uint32_t limbs [8]
 

Detailed Description

Definition at line 23 of file field.hpp.

Member Function Documentation

◆ ToFieldElement()

FieldElement secp256k1::fast::MidFieldElement::ToFieldElement ( ) const
inlinenoexcept

Definition at line 125 of file field.hpp.

References secp256k1::fast::FieldElement::from_limbs_raw(), and limbs.

Member Data Documentation

◆ limbs

std::uint32_t secp256k1::fast::MidFieldElement::limbs[8]

Definition at line 24 of file field.hpp.

Referenced by secp256k1::fast::FieldElement::from_limbs_raw(), and ToFieldElement().


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