Module ec

Module ec 

Source
Expand description

Elliptic curves.

Modules§

base_point_mul
Module of base_point_mul.
ecdsa_sign
Module of ecdsa_sign.
ecdsa_verify
Module of ecdsa_verify.
is_supported
Module of is_supported.
is_valid_point
Module of is_valid_point.
is_valid_scalar
Module of is_valid_scalar.
point_mul
Module of point_mul.

Enums§

Curve

Functions§

base_point_mulNon-native
Performs base point multiplication.
ecdsa_signNon-native
Signs a message with ECDSA.
ecdsa_verifyNon-native
Verifies an ECDSA signature.
is_supportedNon-native
Whether a curve is supported.
is_valid_pointNon-native
Returns whether a point is valid.
is_valid_scalarNon-native
Returns whether a scalar is valid.
point_mulNon-native
Performs point multiplication.