Skip to content

Commit 7d35a46

Browse files
committed
Rename turbo-shake to turboshake
1 parent 2ed0b75 commit 7d35a46

18 files changed

Lines changed: 34 additions & 31 deletions

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ on:
2727
'sm3-v*',
2828
'streebog-v*',
2929
'tiger-v*',
30-
'turbo-shake-v*',
30+
'turboshake-v*',
3131
'whirlpool-v*',
3232
]
3333

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
name: turbo-shake
1+
name: turboshake
22

33
on:
44
pull_request:
55
paths:
6-
- ".github/workflows/turbo-shake.yml"
7-
- "turbo-shake/**"
6+
- ".github/workflows/turboshake.yml"
7+
- "turboshake/**"
88
- "Cargo.*"
99
push:
1010
branches: master
1111

1212
defaults:
1313
run:
14-
working-directory: turbo-shake
14+
working-directory: turboshake
1515

1616
env:
1717
CARGO_INCREMENTAL: 0

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ members = [
2626
"sm3",
2727
"streebog",
2828
"tiger",
29-
"turbo-shake",
29+
"turboshake",
3030
"whirlpool",
3131
]
3232

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ easily used for bare-metal or WebAssembly programming by disabling default crate
4242
| [SM3] (OSCCA GM/T 0004-2012) | [`sm3`] | [![crates.io](https://img.shields.io/crates/v/sm3.svg)](https://crates.io/crates/sm3) | [![Documentation](https://docs.rs/sm3/badge.svg)](https://docs.rs/sm3) | 1.85 | :green_heart: |
4343
| [Streebog] (GOST R 34.11-2012) | [`streebog`] | [![crates.io](https://img.shields.io/crates/v/streebog.svg)](https://crates.io/crates/streebog) | [![Documentation](https://docs.rs/streebog/badge.svg)](https://docs.rs/streebog) | 1.85 | :yellow_heart: |
4444
| [Tiger] | [`tiger`] | [![crates.io](https://img.shields.io/crates/v/tiger.svg)](https://crates.io/crates/tiger) | [![Documentation](https://docs.rs/tiger/badge.svg)](https://docs.rs/tiger) | 1.85 | :green_heart: |
45-
| [TurboSHAKE] | [`turbo-shake`] | [![crates.io](https://img.shields.io/crates/v/turbo-shake.svg)](https://crates.io/crates/turbo-shake) | [![Documentation](https://docs.rs/turbo-shake/badge.svg)](https://docs.rs/turbo-shake) | 1.85 | :green_heart: |
45+
| [TurboSHAKE] | [`turboshake`] | [![crates.io](https://img.shields.io/crates/v/turboshake.svg)](https://crates.io/crates/turboshake) | [![Documentation](https://docs.rs/turboshake/badge.svg)](https://docs.rs/turboshake) | 1.85 | :green_heart: |
4646
| [Whirlpool] | [`whirlpool`] | [![crates.io](https://img.shields.io/crates/v/whirlpool.svg)](https://crates.io/crates/whirlpool) | [![Documentation](https://docs.rs/whirlpool/badge.svg)](https://docs.rs/whirlpool) | 1.85 | :green_heart: |
4747

4848
NOTE: the [`blake3`] crate implements the `digest` traits used by the rest of the hashes in this repository, but is maintained by the BLAKE3 team.
@@ -118,7 +118,7 @@ Unless you explicitly state otherwise, any contribution intentionally submitted
118118
[`sm3`]: ./sm3
119119
[`streebog`]: ./streebog
120120
[`tiger`]: ./tiger
121-
[`turbo-shake`]: ./turbo-shake
121+
[`turboshake`]: ./turboshake
122122
[`whirlpool`]: ./whirlpool
123123

124124
[//]: # (footnotes)

sha3/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1919
### Removed
2020
- `std` crate feature ([#678])
2121
- `CShake128/256` and `TurboShake128/256` types by moving them to
22-
`cshake` and `turbo-shake` crates respectively ([#815])
22+
`cshake` and `turboshake` crates respectively ([#815])
2323

2424
[#652]: https://github.com/RustCrypto/hashes/pull/652
2525
[#678]: https://github.com/RustCrypto/hashes/pull/678
Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@ 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.1.0 (UNRELEASED)
9-
- Initial release with implementation moved from the `sha3` crate ([#815])
8+
## 0.6.0 (UNRELEASED)
9+
Note: the crate was transferred to RustCrypto from https://github.com/itzmeanjan/turboshake
10+
11+
### Changed
12+
- New implementation moved from the `sha3` crate ([#815])
1013

1114
[#815]: https://github.com/RustCrypto/hashes/pull/815
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[package]
2-
name = "turbo-shake"
3-
version = "0.1.0"
2+
name = "turboshake"
3+
version = "0.6.0"
44
authors = ["RustCrypto Developers"]
55
edition = "2024"
66
rust-version = "1.85"
7-
documentation = "https://docs.rs/turbo-shake"
7+
documentation = "https://docs.rs/turboshake"
88
readme = "README.md"
99
repository = "https://github.com/RustCrypto/hashes"
1010
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)