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

Variables

constexpr std::array< uint8_t, 32 > LAMBDA
 
constexpr std::array< uint8_t, 32 > BETA
 
constexpr std::array< uint8_t, 16 > A1
 
constexpr std::array< uint8_t, 16 > MINUS_B1
 
constexpr std::array< uint8_t, 16 > A2
 
constexpr std::array< uint8_t, 16 > B2
 

Variable Documentation

◆ A1

constexpr std::array<uint8_t, 16> secp256k1::fast::glv_constants::A1
constexpr
Initial value:
= {
0x30, 0x86, 0xd2, 0x21, 0xa7, 0xd4, 0x6b, 0xcd,
0xe8, 0x6c, 0x90, 0xe4, 0x92, 0x84, 0xeb, 0x15
}

Definition at line 39 of file glv.hpp.

◆ A2

constexpr std::array<uint8_t, 16> secp256k1::fast::glv_constants::A2
constexpr
Initial value:
= {
0xe4, 0x43, 0x7e, 0xd6, 0x01, 0x0e, 0x88, 0x28,
0x6f, 0x54, 0x7f, 0xa9, 0x0a, 0xbf, 0xe4, 0xc4
}

Definition at line 51 of file glv.hpp.

◆ B2

constexpr std::array<uint8_t, 16> secp256k1::fast::glv_constants::B2
constexpr
Initial value:
= {
0x30, 0x86, 0xd2, 0x21, 0xa7, 0xd4, 0x6b, 0xcd,
0xe8, 0x6c, 0x90, 0xe4, 0x92, 0x84, 0xeb, 0x15
}

Definition at line 57 of file glv.hpp.

◆ BETA

constexpr std::array<uint8_t, 32> secp256k1::fast::glv_constants::BETA
constexpr
Initial value:
= {
0x7a, 0xe9, 0x6a, 0x2b, 0x65, 0x7c, 0x07, 0x10,
0x6e, 0x64, 0x47, 0x9e, 0xac, 0x34, 0x34, 0xe9,
0x9c, 0xf0, 0x49, 0x75, 0x12, 0xf5, 0x89, 0x95,
0xc1, 0x39, 0x6c, 0x28, 0x71, 0x95, 0x01, 0xee
}

Definition at line 27 of file glv.hpp.

◆ LAMBDA

constexpr std::array<uint8_t, 32> secp256k1::fast::glv_constants::LAMBDA
constexpr
Initial value:
= {
0x53, 0x63, 0xad, 0x4c, 0xc0, 0x5c, 0x30, 0xe0,
0xa5, 0x26, 0x1c, 0x02, 0x88, 0x12, 0x64, 0x5a,
0x12, 0x2e, 0x22, 0xea, 0x20, 0x81, 0x66, 0x78,
0xdf, 0x02, 0x96, 0x7c, 0x1b, 0x23, 0xbd, 0x72
}

Definition at line 18 of file glv.hpp.

◆ MINUS_B1

constexpr std::array<uint8_t, 16> secp256k1::fast::glv_constants::MINUS_B1
constexpr
Initial value:
= {
0xe4, 0x43, 0x7e, 0xd6, 0x01, 0x0e, 0x88, 0x28,
0x6f, 0x54, 0x7f, 0xa9, 0x0a, 0xbf, 0xe4, 0xc3
}

Definition at line 45 of file glv.hpp.