Module classic

Module classic 

Source
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