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§
- Derive
Error - An error derivation of Diffie-Hellman shared secret.
- Generate
Secret Error - An error during secret value generation.
- Secret
ToPublic Error - An error during derivation of a public value from a secret value.
- Validate
Secret Error - A Diffie-Hellman secret value was found to be invalid.
Traits§
- Ecdh
Arrayref - 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.