Skip to content

Commit 719cce5

Browse files
authored
Release ascon-hash256 v0.1.0 and ascon-xof128 v0.1.0 (#842)
1 parent fbf73b0 commit 719cce5

5 files changed

Lines changed: 9 additions & 9 deletions

File tree

Cargo.lock

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

ascon-hash256/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.1.0 (UNRELEASED)
7+
## 0.1.0 (2026-04-24)
88
- Initial release ([#841])
99

1010
[#841]: https://github.com/RustCrypto/hashes/pull/841

ascon-hash256/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ascon-hash256"
3-
version = "0.5.0-rc.2"
3+
version = "0.1.0"
44
authors = ["RustCrypto Developers"]
55
edition = "2024"
66
rust-version = "1.85"
@@ -10,7 +10,7 @@ repository = "https://github.com/RustCrypto/hashes"
1010
license = "Apache-2.0 OR MIT"
1111
keywords = ["hash", "ascon"]
1212
categories = ["cryptography", "no-std"]
13-
description = "Implementation of Ascon-Hash256 and Ascon-XOF256"
13+
description = "Implementation of Ascon-Hash256"
1414

1515
[dependencies]
1616
digest = "0.11"

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.1.0 (UNRELEASED)
7+
## 0.1.0 (2026-04-24)
88
- Initial release ([#841])
99

1010
[#841]: https://github.com/RustCrypto/hashes/pull/841

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.5.0-rc.2"
3+
version = "0.1.0"
44
authors = ["RustCrypto Developers"]
55
edition = "2024"
66
rust-version = "1.85"

0 commit comments

Comments
 (0)