Skip to content

Commit 4e11f39

Browse files
authored
Release ascon-xof128 v0.2.0 (#860)
### Changed - Internal implementation by removing unnecessary buffering ([#849]) - Serialization format used by `SerializableState` implementations ([#849]) - Replaced implementation of `CustomizedInit` with `TryCustomizedInit` ([#857]) [#849]: #849 [#857]: #857
1 parent ce237a2 commit 4e11f39

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ascon-xof128/CHANGELOG.md

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

7-
## 0.2.0 (UNRELEASED)
7+
## 0.2.0 (2026-05-12)
88
### Changed
99
- Internal implementation by removing unnecessary buffering ([#849])
1010
- Serialization format used by `SerializableState` implementations ([#849])

ascon-xof128/Cargo.toml

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

0 commit comments

Comments
 (0)