libsodium-sys-stable 1.24.0

Maintained FFI bindings for libsodium stable
Documentation
mod crypto_aead_aegis128l;
mod crypto_aead_aegis256;
mod crypto_aead_aes256gcm;
mod crypto_aead_chacha20poly1305;
mod crypto_aead_xchacha20poly1305_ietf;
mod crypto_auth;
mod crypto_auth_hmacsha256;
mod crypto_auth_hmacsha512;
mod crypto_auth_hmacsha512256;
mod crypto_box;
mod crypto_box_curve25519xchacha20poly1305;
mod crypto_box_curve25519xsalsa20poly1305;
mod crypto_core_ed25519;
mod crypto_core_hchacha20;
mod crypto_core_hsalsa20;
mod crypto_core_ristretto255;
mod crypto_core_salsa20;
mod crypto_core_salsa2012;
mod crypto_core_salsa208;
mod crypto_generichash;
mod crypto_generichash_blake2b;
mod crypto_hash;
mod crypto_hash_sha256;
mod crypto_hash_sha3256;
mod crypto_hash_sha3512;
mod crypto_hash_sha512;
mod crypto_ipcrypt;
mod crypto_ipcrypt_nd;
mod crypto_ipcrypt_ndx;
mod crypto_ipcrypt_pfx;
mod crypto_kdf;
mod crypto_kdf_blake2b;
mod crypto_kdf_blake2b_bytes;
mod crypto_kdf_bytes;
mod crypto_kdf_hkdf_sha256;
mod crypto_kdf_hkdf_sha256_bytes;
mod crypto_kdf_hkdf_sha512;
mod crypto_kdf_hkdf_sha512_bytes;
mod crypto_kem;
mod crypto_kem_mlkem768;
mod crypto_kem_xwing;
mod crypto_kx;
mod crypto_onetimeauth;
mod crypto_onetimeauth_poly1305;
mod crypto_pwhash;
mod crypto_pwhash_alg;
mod crypto_pwhash_argon2i;
mod crypto_pwhash_argon2i_alg;
mod crypto_pwhash_argon2i_bytes;
mod crypto_pwhash_argon2i_memlimit;
mod crypto_pwhash_argon2i_opslimit;
mod crypto_pwhash_argon2i_passwd;
mod crypto_pwhash_argon2id;
mod crypto_pwhash_argon2id_alg;
mod crypto_pwhash_argon2id_bytes;
mod crypto_pwhash_argon2id_memlimit;
mod crypto_pwhash_argon2id_opslimit;
mod crypto_pwhash_argon2id_passwd;
mod crypto_pwhash_bytes;
mod crypto_pwhash_memlimit;
mod crypto_pwhash_opslimit;
mod crypto_pwhash_passwd;
mod crypto_pwhash_scryptsalsa208sha256;
mod crypto_pwhash_scryptsalsa208sha256_bytes;
mod crypto_pwhash_scryptsalsa208sha256_memlimit;
mod crypto_pwhash_scryptsalsa208sha256_opslimit;
mod crypto_pwhash_scryptsalsa208sha256_passwd;
mod crypto_scalarmult;
mod crypto_scalarmult_curve25519;
mod crypto_scalarmult_ed25519;
mod crypto_scalarmult_ristretto255;
mod crypto_secretbox;
mod crypto_secretbox_xchacha20poly1305;
mod crypto_secretbox_xsalsa20poly1305;
mod crypto_secretstream_xchacha20poly1305;
mod crypto_secretstream_xchacha20poly1305_tag;
mod crypto_shorthash;
mod crypto_shorthash_siphash24;
mod crypto_shorthash_siphashx24;
mod crypto_sign;
mod crypto_sign_ed25519;
mod crypto_stream;
mod crypto_stream_chacha20;
mod crypto_stream_chacha20_ietf;
mod crypto_stream_salsa20;
mod crypto_stream_salsa2012;
mod crypto_stream_salsa208;
mod crypto_stream_xchacha20;
mod crypto_stream_xsalsa20;
mod crypto_verify_16;
mod crypto_verify_32;
mod crypto_verify_64;
mod crypto_xof_shake128;
mod crypto_xof_shake128_domain;
mod crypto_xof_shake256;
mod crypto_xof_shake256_domain;
mod crypto_xof_turboshake128;
mod crypto_xof_turboshake128_domain;
mod crypto_xof_turboshake256;
mod crypto_xof_turboshake256_domain;