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§
- crypto_
auth - Secret-key authentication
- crypto_
box - Authenticated public-key cryptography functions
- crypto_
core - Core cryptography functions
- crypto_
generichash - Generic hashing
- crypto_
hash - Hash functions
- crypto_
kdf - Key derivation function
- crypto_
kx - Key exchange
- crypto_
onetimeauth - One-time authentication
- crypto_
pwhash - Password hashing
- crypto_
secretbox - Authenticated encryption functions
- crypto_
secretstream_ xchacha20poly1305 - Secret stream functions
- crypto_
shorthash - Short-input hashing
- crypto_
sign - Public-key signatures
- crypto_
sign_ ed25519 - Ed25519 to Curve25519 conversion