chacha20: Add whitespace

Mirror the other crates. Whitespace only.
This commit is contained in:
Tobin C. Harding 2025-03-03 13:33:19 +11:00
parent 4451724d31
commit 83d071e54b
No known key found for this signature in database
GPG Key ID: 40BF9E4C269D6607
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@
//! //!
//! Combine the ChaCha20 stream cipher with the Poly1305 message authentication code //! Combine the ChaCha20 stream cipher with the Poly1305 message authentication code
//! to form an authenticated encryption with additional data (AEAD) algorithm. //! to form an authenticated encryption with additional data (AEAD) algorithm.
#![no_std] #![no_std]
// Experimental features we need. // Experimental features we need.
#![cfg_attr(docsrs, feature(doc_auto_cfg))] #![cfg_attr(docsrs, feature(doc_auto_cfg))]