|
UltrafastSecp256k1 3.50.0
Ultra high-performance secp256k1 elliptic curve cryptography library
|
Go to the source code of this file.
Macros | |
| #define | SECP256K1_SANITIZER_BUILD 0 |
| #define | SECP256K1_EMBEDDED_BUILD 0 |
| #define | SCALED(normal, reduced) ((SECP256K1_SANITIZER_BUILD || SECP256K1_EMBEDDED_BUILD) ? (reduced) : (normal)) |
| #define SCALED | ( | normal, | |
| reduced | |||
| ) | ((SECP256K1_SANITIZER_BUILD || SECP256K1_EMBEDDED_BUILD) ? (reduced) : (normal)) |
Definition at line 37 of file sanitizer_scale.hpp.
| #define SECP256K1_EMBEDDED_BUILD 0 |
Definition at line 31 of file sanitizer_scale.hpp.
| #define SECP256K1_SANITIZER_BUILD 0 |
Definition at line 24 of file sanitizer_scale.hpp.