![]() |
Bitcoin Core 30.99.0
P2P Digital Currency
|
#include <stdint.h>Go to the source code of this file.
Classes | |
| struct | secp256k1_fe |
| This field implementation represents the value as 10 uint32_t limbs in base 2^26. More... | |
| struct | secp256k1_fe_storage |
Macros | |
| #define | SECP256K1_FE_CONST_INNER(d7, d6, d5, d4, d3, d2, d1, d0) |
| #define | SECP256K1_FE_STORAGE_CONST(d7, d6, d5, d4, d3, d2, d1, d0) |
| #define | SECP256K1_FE_STORAGE_CONST_GET(d) |
| #define SECP256K1_FE_CONST_INNER | ( | d7, | |
| d6, | |||
| d5, | |||
| d4, | |||
| d3, | |||
| d2, | |||
| d1, | |||
| d0 | |||
| ) |
Definition at line 37 of file field_5x52.h.
| #define SECP256K1_FE_STORAGE_CONST | ( | d7, | |
| d6, | |||
| d5, | |||
| d4, | |||
| d3, | |||
| d2, | |||
| d1, | |||
| d0 | |||
| ) |
Definition at line 49 of file field_5x52.h.
| #define SECP256K1_FE_STORAGE_CONST_GET | ( | d | ) |
Definition at line 56 of file field_5x52.h.