UltrafastSecp256k1 3.68.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 65 of file precompute.hpp.

Member Data Documentation

◆ k1

Scalar secp256k1::fast::ScalarDecomposition::k1

Definition at line 66 of file precompute.hpp.

◆ k2

Scalar secp256k1::fast::ScalarDecomposition::k2

Definition at line 67 of file precompute.hpp.

◆ neg1

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

Definition at line 68 of file precompute.hpp.

◆ neg2

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

Definition at line 69 of file precompute.hpp.


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