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

#include <batch_add_affine.hpp>

Public Attributes

FieldElement x
 
FieldElement y
 

Detailed Description

Compact affine point for table storage (no Z coordinate, no infinity flag) POD type: trivially copyable, cache-line friendly (64 bytes = 1 cache line)

Definition at line 44 of file batch_add_affine.hpp.

Member Data Documentation

◆ x

FieldElement secp256k1::fast::AffinePointCompact::x

Definition at line 45 of file batch_add_affine.hpp.

◆ y

FieldElement secp256k1::fast::AffinePointCompact::y

Definition at line 46 of file batch_add_affine.hpp.


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