Module ecdsa

Module ecdsa 

Source
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§

Curve
Kind
The kind of objects for import/export.

Functions§

dropNon-native
Drops a private key.
exportNon-native
Exports a public key.
generateNon-native
Generates a private key.
get_layoutNon-native
Returns the layout of an object.
importNon-native
Imports a public key.
is_supportedNon-native
Whether a curve is supported.
publicNon-native
Returns the public key of a private key.
signNon-native
Signs a pre-hashed message.
unwrapNon-native
Unwraps a private key.
verifyNon-native
Verifies a signature.
wrapNon-native
Wraps a private key.
wrapped_lengthNon-native
Returns the length of a wrapped private key.