Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions ascon-xof128/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ 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.2.1 (UNRELEASED)
## 0.2.1 (2026-05-15)
### Changed
- Changed repository from [RustCrypto/hashes] to [RustCrypto/XOFs] ([#2])
- Repository from [RustCrypto/hashes] to [RustCrypto/XOFs] ([#2])

[RustCrypto/hashes]: https://github.com/RustCrypto/hashes
[RustCrypto/XOFs]: https://github.com/RustCrypto/XOFs
Expand Down
2 changes: 1 addition & 1 deletion ascon-xof128/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ascon-xof128"
version = "0.2.0"
version = "0.2.1"
authors = ["RustCrypto Developers"]
edition = "2024"
rust-version = "1.85"
Expand Down
4 changes: 2 additions & 2 deletions bash-prg-hash/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ 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.2 (UNRELEASED)
## 0.1.2 (2026-05-15)
### Changed
- Changed repository from [RustCrypto/hashes] to [RustCrypto/XOFs] ([#2])
- Repository from [RustCrypto/hashes] to [RustCrypto/XOFs] ([#2])

[RustCrypto/hashes]: https://github.com/RustCrypto/hashes
[RustCrypto/XOFs]: https://github.com/RustCrypto/XOFs
Expand Down
2 changes: 1 addition & 1 deletion bash-prg-hash/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bash-prg-hash"
version = "0.1.1"
version = "0.1.2"
authors = ["RustCrypto Developers"]
edition = "2024"
rust-version = "1.85"
Expand Down
4 changes: 2 additions & 2 deletions cshake/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ 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.2.1 (UNRELEASED)
## 0.2.1 (2026-05-15)
### Changed
- Changed repository from [RustCrypto/hashes] to [RustCrypto/XOFs] ([#2])
- Repository from [RustCrypto/hashes] to [RustCrypto/XOFs] ([#2])

[RustCrypto/hashes]: https://github.com/RustCrypto/hashes
[RustCrypto/XOFs]: https://github.com/RustCrypto/XOFs
Expand Down
2 changes: 1 addition & 1 deletion cshake/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cshake"
version = "0.2.0"
version = "0.2.1"
authors = ["RustCrypto Developers"]
edition = "2024"
rust-version = "1.85"
Expand Down
4 changes: 2 additions & 2 deletions k12/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ 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.5.1 (UNRELEASED)
## 0.5.1 (2026-05-15)
### Changed
- Changed repository from [RustCrypto/hashes] to [RustCrypto/XOFs] ([#2])
- Repository from [RustCrypto/hashes] to [RustCrypto/XOFs] ([#2])

[RustCrypto/hashes]: https://github.com/RustCrypto/hashes
[RustCrypto/XOFs]: https://github.com/RustCrypto/XOFs
Expand Down
2 changes: 1 addition & 1 deletion k12/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "k12"
version = "0.5.0"
version = "0.5.1"
authors = ["RustCrypto Developers"]
edition = "2024"
rust-version = "1.85"
Expand Down
2 changes: 1 addition & 1 deletion shake/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,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-05-15)
- Changed repository from [RustCrypto/hashes] to [RustCrypto/XOFs] ([#2])
- Initial release with implementation moved from the `sha3` crate ([RustCrypto/hashes#869])

Expand Down
2 changes: 1 addition & 1 deletion turboshake/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## 0.7.1 (UNRELEASED)
### Changed
- Changed repository from [RustCrypto/hashes] to [RustCrypto/XOFs] ([#2])
- Repository from [RustCrypto/hashes] to [RustCrypto/XOFs] ([#2])

[RustCrypto/hashes]: https://github.com/RustCrypto/hashes
[RustCrypto/XOFs]: https://github.com/RustCrypto/XOFs
Expand Down
2 changes: 1 addition & 1 deletion turboshake/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "turboshake"
version = "0.7.0"
version = "0.7.1"
authors = ["RustCrypto Developers"]
edition = "2024"
rust-version = "1.85"
Expand Down
Loading