Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
scalar_low.h File Reference
#include <stdint.h>
Include dependency graph for scalar_low.h:
Go to the source code of this file.
Typedefs | |
typedef uint32_t | secp256k1_scalar |
A scalar modulo the group order of the secp256k1 curve. More... | |
Typedef Documentation
◆ secp256k1_scalar
typedef uint32_t secp256k1_scalar |
A scalar modulo the group order of the secp256k1 curve.
Definition at line 13 of file scalar_low.h.