File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed
Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,12 @@ All notable changes to this project will be documented in this file.
1414The format is based on https://keepachangelog.com/[Keep a Changelog], and this
1515project adheres to https://semver.org/[Semantic Versioning].
1616
17+ == {compare-url}/v0.1.0\...HEAD[Unreleased]
18+
19+ === Changed
20+
21+ * Update crate-level documentation ({pull-request-url}/6[#6])
22+
1723== {project-url}/releases/tag/v0.1.0[0.1.0] - 2026-03-03
1824
1925=== Added
Original file line number Diff line number Diff line change 55//! The `kcipher2` crate is an implementation of the [KCipher-2] stream cipher
66//! as described in [RFC 7008].
77//!
8+ //! Cipher functionality is accessed using traits from re-exported [`cipher`]
9+ //! crate.
10+ //!
811//! # Examples
912//!
1013//! ```
You can’t perform that action at this time.
0 commit comments