chacha20: Add a docs heading
Like we do for the other crates add a heading to the crate docs.
This commit is contained in:
parent
d4417f9666
commit
4451724d31
|
@ -1,5 +1,7 @@
|
||||||
// SPDX-License-Identifier: CC0-1.0
|
// SPDX-License-Identifier: CC0-1.0
|
||||||
|
|
||||||
|
//! # ChaCha20 - Poly1305
|
||||||
|
//!
|
||||||
//! 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]
|
||||||
|
|
Loading…
Reference in New Issue