[go: up one dir, main page]

chacha20 0.7.3

The ChaCha20 stream cipher (RFC 8439) implemented in pure Rust using traits from the RustCrypto `cipher` crate, with optional architecture-specific hardware acceleration (AVX2, SSE2). Additionally provides the ChaCha8, ChaCha12, XChaCha20, XChaCha12 and XChaCha8 stream ciphers, and also optional rand_core-compatible RNGs based on those ciphers.
Documentation

chacha20

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 10 feature flags, 2 of them enabled by default.

default

xchacha (default)

cipher (default)

This feature flag does not enable additional features.

expose-core

This feature flag does not enable additional features.

force-soft

This feature flag does not enable additional features.

hchacha

legacy

rand_core

This feature flag does not enable additional features.

rng

std

zeroize

This feature flag does not enable additional features.