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

#include <precompute.hpp>

Public Attributes

Scalar k1
 
Scalar k2
 
bool neg1 {false}
 
bool neg2 {false}
 

Detailed Description

Definition at line 61 of file precompute.hpp.

Member Data Documentation

◆ k1

Scalar secp256k1::fast::ScalarDecomposition::k1

Definition at line 62 of file precompute.hpp.

◆ k2

Scalar secp256k1::fast::ScalarDecomposition::k2

Definition at line 63 of file precompute.hpp.

◆ neg1

bool secp256k1::fast::ScalarDecomposition::neg1 {false}

Definition at line 64 of file precompute.hpp.

◆ neg2

bool secp256k1::fast::ScalarDecomposition::neg2 {false}

Definition at line 65 of file precompute.hpp.


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