Expand description
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§
- Crypto
Error - The CryptoError type.
Type Aliases§
- Result
- The result type for Crypto operations