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§
Functions§
- base_
point_ ⚠mul Non- native - Performs base point multiplication.
- ecdsa_
sign ⚠Non- native - Signs a message with ECDSA.
- ecdsa_
verify ⚠Non- native - Verifies an ECDSA signature.
- is_
supported ⚠Non- native - Whether a curve is supported.
- is_
valid_ ⚠point Non- native - Returns whether a point is valid.
- is_
valid_ ⚠scalar Non- native - Returns whether a scalar is valid.
- point_
mul ⚠Non- native - Performs point multiplication.