Expand description
Classic API
The Classic API contains functions designed to match the interface of libsodium as closely as possible. It’s provided to make it easier to switch code from using libsodium directly over to dryoc, and also to provide a familiar interface for anyone already comfortable with libsodium.
Modules
- Secret-key authentication
- Authenticated public-key cryptography functions
- Core cryptography functions
- Generic hashing
- Hash functions
- Key derivation function
- Key exchange
- One-time authentication
- Password hashing
- Authenticated encryption functions
- Secret stream functions
- Short-input hashing
- Public-key signatures
- Ed25519 to Curve25519 conversion