Module dryoc::classic[][src]

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_onetimeauth

One-time authentication

crypto_secretbox

Authenticated encryption functions

crypto_secretstream_xchacha20poly1305

Secret stream functions