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

#include <ecmult_gen_comb.hpp>

Public Attributes

FieldElement x
 
FieldElement y
 
bool infinity = true
 

Detailed Description

Definition at line 55 of file ecmult_gen_comb.hpp.

Member Data Documentation

◆ infinity

bool secp256k1::fast::CombAffinePoint::infinity = true

Definition at line 58 of file ecmult_gen_comb.hpp.

◆ x

FieldElement secp256k1::fast::CombAffinePoint::x

Definition at line 56 of file ecmult_gen_comb.hpp.

◆ y

FieldElement secp256k1::fast::CombAffinePoint::y

Definition at line 57 of file ecmult_gen_comb.hpp.


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