Skip to content

Commit 7078f0c

Browse files
authored
Release cshake v0.2.0 (#864)
### Added - `CShake128Reader` and `CShake256Reader` type aliases ([#855]) ### Changed - Internal implementation by removing unnecessary buffering ([#849]) - `Rate: BlockSizes` generic parameter to `const RATE: usize` ([#849]) ### Removed - Implementations of `BlockSizeUser` ([#856]) [#849]: #849 [#855]: #855 [#856]: #856
1 parent ca9d118 commit 7078f0c

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cshake/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## 0.2.0 (UNRELEASED)
8+
## 0.2.0 (2026-05-12)
99
### Added
1010
- `CShake128Reader` and `CShake256Reader` type aliases ([#855])
1111

cshake/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cshake"
3-
version = "0.1.1"
3+
version = "0.2.0"
44
authors = ["RustCrypto Developers"]
55
edition = "2024"
66
rust-version = "1.85"

0 commit comments

Comments
 (0)