Module secp256k1::curve [−][src]
Curve related structs.
Structs
| Affine | A group element of the secp256k1 curve, in affine coordinates. |
| AffineStorage | Affine coordinate group element compact storage. |
| ECMultContext | Context for accelerating the computation of aP + bG. |
| ECMultGenContext | Context for accelerating the computation of a*G. |
| Field | Field element for secp256k1. |
| Jacobian | A group element of the secp256k1 curve, in jacobian coordinates. |
| Scalar | A 256-bit scalar value. |
Constants
| CURVE_B |
Statics
| AFFINE_G | |
| ECMULT_CONTEXT | A static ECMult context. |
| ECMULT_GEN_CONTEXT | A static ECMultGen context. |