|
UltrafastSecp256k1 3.50.0
Ultra high-performance secp256k1 elliptic curve cryptography library
|
#include <batch_add_affine.hpp>
Public Attributes | |
| FieldElement | x |
| FieldElement | y |
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.
| FieldElement secp256k1::fast::AffinePointCompact::x |
Definition at line 45 of file batch_add_affine.hpp.
| FieldElement secp256k1::fast::AffinePointCompact::y |
Definition at line 46 of file batch_add_affine.hpp.