From 2c927310a7fb35e500f8f8793c95c213690a286e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D1=80=D1=82=D1=91=D0=BC=20=D0=9F=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=BE=D0=B2=20=5BArtyom=20Pavlov=5D?= Date: Fri, 24 Apr 2026 17:52:35 +0300 Subject: [PATCH] Release ascon-hash256 v0.1.0 and ascon-xof128 v0.1.0 --- Cargo.lock | 8 ++++---- ascon-hash256/CHANGELOG.md | 2 +- ascon-hash256/Cargo.toml | 4 ++-- ascon-xof128/CHANGELOG.md | 2 +- ascon-xof128/Cargo.toml | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f5c08e01f..4f1e55c77 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -10,7 +10,7 @@ checksum = "f5a0543d9a0a29ecb1d2046beb7547e97941de03228a3f31e15addfc78836049" [[package]] name = "ascon-hash256" -version = "0.5.0-rc.2" +version = "0.1.0" dependencies = [ "ascon", "digest", @@ -19,7 +19,7 @@ dependencies = [ [[package]] name = "ascon-xof128" -version = "0.5.0-rc.2" +version = "0.1.0" dependencies = [ "ascon", "digest", @@ -226,9 +226,9 @@ dependencies = [ [[package]] name = "libc" -version = "0.2.185" +version = "0.2.186" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "52ff2c0fe9bc6cb6b14a0592c2ff4fa9ceb83eea9db979b0487cd054946a2b8f" +checksum = "68ab91017fe16c622486840e4c83c9a37afeff978bd239b5293d61ece587de66" [[package]] name = "md-5" diff --git a/ascon-hash256/CHANGELOG.md b/ascon-hash256/CHANGELOG.md index 78732aca3..9975747b4 100644 --- a/ascon-hash256/CHANGELOG.md +++ b/ascon-hash256/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## 0.1.0 (UNRELEASED) +## 0.1.0 (2026-04-24) - Initial release ([#841]) [#841]: https://github.com/RustCrypto/hashes/pull/841 diff --git a/ascon-hash256/Cargo.toml b/ascon-hash256/Cargo.toml index a6f0c3fc3..d2e37d2c5 100644 --- a/ascon-hash256/Cargo.toml +++ b/ascon-hash256/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ascon-hash256" -version = "0.5.0-rc.2" +version = "0.1.0" authors = ["RustCrypto Developers"] edition = "2024" rust-version = "1.85" @@ -10,7 +10,7 @@ repository = "https://github.com/RustCrypto/hashes" license = "Apache-2.0 OR MIT" keywords = ["hash", "ascon"] categories = ["cryptography", "no-std"] -description = "Implementation of Ascon-Hash256 and Ascon-XOF256" +description = "Implementation of Ascon-Hash256" [dependencies] digest = "0.11" diff --git a/ascon-xof128/CHANGELOG.md b/ascon-xof128/CHANGELOG.md index 78732aca3..9975747b4 100644 --- a/ascon-xof128/CHANGELOG.md +++ b/ascon-xof128/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## 0.1.0 (UNRELEASED) +## 0.1.0 (2026-04-24) - Initial release ([#841]) [#841]: https://github.com/RustCrypto/hashes/pull/841 diff --git a/ascon-xof128/Cargo.toml b/ascon-xof128/Cargo.toml index e7b9e2e1b..6d47a4733 100644 --- a/ascon-xof128/Cargo.toml +++ b/ascon-xof128/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ascon-xof128" -version = "0.5.0-rc.2" +version = "0.1.0" authors = ["RustCrypto Developers"] edition = "2024" rust-version = "1.85"