[][src]Crate static_dh_ecdh

Pure Rust implementations of static Diffie-Hellman key-exchange. It includes impls for both plain vanilla DH and elliptic-curve DH.

Modules

constants
dh

DH implementation

digest

A module to import Hash Types from RustCrypto

ecdh

ECDH implementation

signatures

ECDSA implementation

Enums

CryptoError

The CryptoError type.

Type Definitions

Result

The result type for Crypto operations