Skip to content

Commit 6b89f1f

Browse files
authored
Release turboshake v0.7.0 (#868)
### Added - `CTurboShake128` and `CTurboShake256` type aliases generic over domain separator ([#866]) ### Changed - Internal implementation by removing unnecessary buffering ([#849]) - `Rate: BlockSizes` generic parameter to `const RATE: usize` ([#849]) - `TurboShake128` and `TurboShake256` type aliases are no longer generic over the domain separator and use the default value instead ([#866]) ### Removed - Implementations of `BlockSizeUser` ([#856]) [#849]: #849 [#856]: #856 [#866]: #866
1 parent 73a8faf commit 6b89f1f

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.

turboshake/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.7.0 (UNRELEASED)
8+
## 0.7.0 (2026-05-13)
99
### Added
1010
- `CTurboShake128` and `CTurboShake256` type aliases generic over domain separator ([#866])
1111

turboshake/Cargo.toml

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

0 commit comments

Comments
 (0)