Module arrayref

Module arrayref 

Source
Expand description

This module contains the trait and related errors for an ECDH implementation that takes array references as arguments and writes outputs to mutable array references.

Enums§

DeriveError
An error derivation of Diffie-Hellman shared secret.
GenerateSecretError
An error during secret value generation.
SecretToPublicError
An error during derivation of a public value from a secret value.
ValidateSecretError
A Diffie-Hellman secret value was found to be invalid.

Traits§

EcdhArrayref
An Elliptic Curve Diffie-Hellman (ECDH) key exchange. This trait is the most low-level and mostly used in the implementation of other, more usabe APIs on top.