Skip to content

Commit 296d75e

Browse files
committed
version 0.5.8
Changes since 0.5.7: - The range of allowed parameter values has been expanded to support the BLAKE2X extensible-output functions.
1 parent 3706393 commit 296d75e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

blake2_bin/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "blake2_bin"
3-
version = "0.5.7"
3+
version = "0.5.8"
44
authors = ["Jack O'Connor"]
55
description = "a command line implementation of BLAKE2b/s/bp/sp and all their parameters"
66
license = "MIT"

blake2b/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "blake2b_simd"
3-
version = "0.5.7"
3+
version = "0.5.8"
44
authors = ["Jack O'Connor"]
55
description = "a pure Rust BLAKE2b implementation with dynamic SIMD"
66
license = "MIT"

blake2s/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "blake2s_simd"
3-
version = "0.5.7"
3+
version = "0.5.8"
44
authors = ["Jack O'Connor"]
55
description = "a pure Rust BLAKE2s implementation with dynamic SIMD"
66
license = "MIT"

0 commit comments

Comments
 (0)