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

Variables

constexpr std::uint64_t M52 = 0xFFFFFFFFFFFFFULL
 
constexpr std::uint64_t M48 = 0xFFFFFFFFFFFFULL
 
constexpr std::uint64_t R52 = 0x1000003D10ULL
 
constexpr std::uint64_t P0 = 0xFFFFEFFFFFC2FULL
 
constexpr std::uint64_t P1 = 0xFFFFFFFFFFFFFULL
 
constexpr std::uint64_t P2 = 0xFFFFFFFFFFFFFULL
 
constexpr std::uint64_t P3 = 0xFFFFFFFFFFFFFULL
 
constexpr std::uint64_t P4 = 0xFFFFFFFFFFFFULL
 

Variable Documentation

◆ M48

constexpr std::uint64_t secp256k1::fast::fe52_constants::M48 = 0xFFFFFFFFFFFFULL
constexpr

Definition at line 41 of file field_52.hpp.

◆ M52

constexpr std::uint64_t secp256k1::fast::fe52_constants::M52 = 0xFFFFFFFFFFFFFULL
constexpr

Definition at line 39 of file field_52.hpp.

◆ P0

constexpr std::uint64_t secp256k1::fast::fe52_constants::P0 = 0xFFFFEFFFFFC2FULL
constexpr

Definition at line 47 of file field_52.hpp.

◆ P1

constexpr std::uint64_t secp256k1::fast::fe52_constants::P1 = 0xFFFFFFFFFFFFFULL
constexpr

Definition at line 48 of file field_52.hpp.

◆ P2

constexpr std::uint64_t secp256k1::fast::fe52_constants::P2 = 0xFFFFFFFFFFFFFULL
constexpr

Definition at line 49 of file field_52.hpp.

◆ P3

constexpr std::uint64_t secp256k1::fast::fe52_constants::P3 = 0xFFFFFFFFFFFFFULL
constexpr

Definition at line 50 of file field_52.hpp.

◆ P4

constexpr std::uint64_t secp256k1::fast::fe52_constants::P4 = 0xFFFFFFFFFFFFULL
constexpr

Definition at line 51 of file field_52.hpp.

◆ R52

constexpr std::uint64_t secp256k1::fast::fe52_constants::R52 = 0x1000003D10ULL
constexpr

Definition at line 43 of file field_52.hpp.