Module ecdh

Module ecdh 

Source
Expand description

ECDH.

Modules§

access
Module of access.
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.
shared
Module of shared.

Enums§

Curve
Kind
The kind of objects for [get_layout].

Functions§

accessNon-native
Exports a shared secret.
dropNon-native
Drops an object.
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.
sharedNon-native
Computes the shared secret of a private and public key.