crypt-io 0.5.0

AEAD encryption (ChaCha20-Poly1305, AES-256-GCM), hashing (BLAKE3, SHA-2), MAC (HMAC, BLAKE3 keyed), and KDF (HKDF, Argon2id) for Rust. Algorithm-agile. RustCrypto-backed primitives with REPS discipline. Simple API. Sub-microsecond throughput.
Documentation

crypt-io

There is very little structured metadata to build this page from currently. You should check the main library docs, readme, or Cargo.toml in case the author documented the features in them.

This version has 20 feature flags, 9 of them enabled by default.

default

aead-aes-gcm (default)

aead-chacha20 (default)

hash-blake3 (default)

hash-sha2 (default)

kdf-hkdf (default)

mac-blake3 (default)

mac-hmac (default)

std (default)

This feature flag does not enable additional features.

zeroize (default)

aead-all

async-trait

hash-all

kdf-all

kdf-argon2

logging

mac-all

metrics

preset-all

preset-minimal

stream