Crate rs_chacha20

Source
Expand description

§ChaCha20 - rs_chacha20 - ChaCha20 Stream Cipher

Important Note: This crate is still a work in progress and is not ready for consumption.

ChaCha20 is a stream cipher developed by Daniel J. Bernstein in 2008. It’s currently used in:

  • Internet Engineering Task Force (IETF) protocols
  • Transport Layer Security (TLS) for secure web connections
  • Google’s QUIC protocol for fast web page loading
  • Cryptographic software libraries like OpenSSL and libsodium

This crate implements ChaCha20 as part of the RustyShield project.