Expand description
ECDSA.
Modules§
- drop
- Module of
drop. - export
- Module of
export. - generate
- Module of
generate. - get_
layout - Module of
get_layout. - import
- Module of
import. - is_
supported - Module of
is_supported. - public
- Module of
public. - sign
- Module of
sign. - unwrap
- Module of
unwrap. - verify
- Module of
verify. - wrap
- Module of
wrap. - wrapped_
length - Module of
wrapped_length.
Enums§
Functions§
- drop⚠
Non- native - Drops a private key.
- export⚠
Non- native - Exports a public key.
- generate⚠
Non- native - Generates a private key.
- get_
layout ⚠Non- native - Returns the layout of an object.
- import⚠
Non- native - Imports a public key.
- is_
supported ⚠Non- native - Whether a curve is supported.
- public⚠
Non- native - Returns the public key of a private key.
- sign⚠
Non- native - Signs a pre-hashed message.
- unwrap⚠
Non- native - Unwraps a private key.
- verify⚠
Non- native - Verifies a signature.
- wrap⚠
Non- native - Wraps a private key.
- wrapped_
length ⚠Non- native - Returns the length of a wrapped private key.