Skip to content

Commit 9cc7f03

Browse files
authored
docs: Update crate-level documentation (#6)
1 parent 95f3de0 commit 9cc7f03

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

CHANGELOG.adoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ All notable changes to this project will be documented in this file.
1414
The format is based on https://keepachangelog.com/[Keep a Changelog], and this
1515
project 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

src/lib.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
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
//! ```

0 commit comments

Comments
 (0)