Expand description
Curve related structs.
Structs§
- Affine
- A group element of the secp256k1 curve, in affine coordinates.
- Affine
Storage - Affine coordinate group element compact storage.
- ECMult
Context - Context for accelerating the computation of aP + bG.
- ECMult
GenContext - Context for accelerating the computation of a*G.
- Field
- Field element for secp256k1.
- Field
Storage - Compact field element storage.
- Jacobian
- A group element of the secp256k1 curve, in jacobian coordinates.
- Scalar
- A 256-bit scalar value.