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

#include <point.hpp>

Public Attributes

Scalar k1
 
Scalar k2
 
std::uint64_t k1_neg
 
std::uint64_t k2_neg
 

Detailed Description

Definition at line 218 of file point.hpp.

Member Data Documentation

◆ k1

Scalar secp256k1::ct::CTGLVDecomposition::k1

Definition at line 219 of file point.hpp.

◆ k1_neg

std::uint64_t secp256k1::ct::CTGLVDecomposition::k1_neg

Definition at line 221 of file point.hpp.

◆ k2

Scalar secp256k1::ct::CTGLVDecomposition::k2

Definition at line 220 of file point.hpp.

◆ k2_neg

std::uint64_t secp256k1::ct::CTGLVDecomposition::k2_neg

Definition at line 222 of file point.hpp.


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