Skip to content

Commit 116c468

Browse files
committed
Cut new prereleases
These include `digest` v0.11.0-rc.8 which transitively pins to `rand_core` v0.10.0-rc-6 by way of `crypto-common`. - `ascon-hash256` v0.5.0-rc.1 - `bash-hash` v0.1.0-rc.0 - `belt-hash` v0.2.0-rc.4 - `blake2` v0.11.0-rc.4 - `fsb` v0.2.0-rc.1 - `gost94` v0.11.0-rc.1 - `groestl` v0.11.0-rc.1 - `jh` v0.2.0-rc.1 - `k12` v0.4.0-rc.1 - `md-5` v0.11.0-rc.4 - `md2` v0.11.0-rc.1 - `md4` v0.11.0-rc.1 - `ripemd` v0.2.0-rc.4 - `sha1` v0.11.0-rc.4 - `sha2` v0.11.0-rc.4 - `sha3` v0.11.0-rc.6 - `shabal` v0.5.0-rc.1 - `skein` v0.2.0-rc.1 - `sm3` v0.5.0-rc.4 - `streebog` v0.11.0-rc.4 - `tiger` v0.3.0-rc.1 - `whirlpool` v0.11.0-rc.4
1 parent 2e2b99c commit 116c468

File tree

25 files changed

+48
-48
lines changed

25 files changed

+48
-48
lines changed

Cargo.lock

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

ascon-hash256/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-hash256"
3-
version = "0.5.0-rc.0"
3+
version = "0.5.0-rc.1"
44
description = "Implementation of Ascon-Hash256 and Ascon-XOF256"
55
authors = [
66
"Sebastian Ramacher <[email protected]>",

bash-hash/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bash-hash"
3-
version = "0.1.0"
3+
version = "0.1.0-rc.0"
44
description = "bash hash function (STB 34.101.77-2020)"
55
authors = ["RustCrypto Developers"]
66
license = "MIT OR Apache-2.0"

belt-hash/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "belt-hash"
3-
version = "0.2.0-rc.3"
3+
version = "0.2.0-rc.4"
44
description = "BelT hash function (STB 34.101.31-2020)"
55
authors = ["RustCrypto Developers"]
66
license = "MIT OR Apache-2.0"

blake2/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "blake2"
3-
version = "0.11.0-rc.3"
3+
version = "0.11.0-rc.4"
44
description = "BLAKE2 hash functions"
55
authors = ["RustCrypto Developers"]
66
license = "MIT OR Apache-2.0"

fsb/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "fsb"
3-
version = "0.2.0-rc.0"
3+
version = "0.2.0-rc.1"
44
description = "FSB hash function"
55
authors = ["RustCrypto Developers"]
66
license = "MIT OR Apache-2.0"

gost94/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "gost94"
3-
version = "0.11.0-rc.0"
3+
version = "0.11.0-rc.1"
44
description = "GOST R 34.11-94 hash function"
55
authors = ["RustCrypto Developers"]
66
license = "MIT OR Apache-2.0"

groestl/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "groestl"
3-
version = "0.11.0-rc.0"
3+
version = "0.11.0-rc.1"
44
description = "Grøstl hash function"
55
authors = ["RustCrypto Developers"]
66
license = "MIT OR Apache-2.0"

jh/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "jh"
3-
version = "0.2.0-rc.0"
3+
version = "0.2.0-rc.1"
44
description = "Pure Rust implementation of the JH cryptographic hash function"
55
authors = ["RustCrypto Developers"]
66
license = "MIT OR Apache-2.0"

k12/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "k12"
3-
version = "0.4.0-rc.0"
3+
version = "0.4.0-rc.1"
44
description = "Pure Rust implementation of the KangarooTwelve hash function"
55
authors = ["RustCrypto Developers", "Diggory Hardy <[email protected]>"]
66
license = "Apache-2.0 OR MIT"
@@ -14,7 +14,7 @@ categories = ["cryptography", "no-std"]
1414

1515
[dependencies]
1616
digest = "0.11.0-rc.8"
17-
sha3 = { version = "0.11.0-rc.3", default-features = false }
17+
sha3 = { version = "0.11.0-rc.6", default-features = false }
1818

1919
[dev-dependencies]
2020
digest = { version = "0.11.0-rc.8", features = ["alloc", "dev"] }

0 commit comments

Comments
 (0)