Skip to content

Commit

Permalink
version 0.5.8
Browse files Browse the repository at this point in the history
Changes since 0.5.7:
- The range of allowed parameter values has been expanded to support the
  BLAKE2X extensible-output functions.
  • Loading branch information
oconnor663 committed Sep 5, 2019
1 parent 3706393 commit 296d75e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion blake2_bin/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "blake2_bin"
version = "0.5.7"
version = "0.5.8"
authors = ["Jack O'Connor"]
description = "a command line implementation of BLAKE2b/s/bp/sp and all their parameters"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion blake2b/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "blake2b_simd"
version = "0.5.7"
version = "0.5.8"
authors = ["Jack O'Connor"]
description = "a pure Rust BLAKE2b implementation with dynamic SIMD"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion blake2s/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "blake2s_simd"
version = "0.5.7"
version = "0.5.8"
authors = ["Jack O'Connor"]
description = "a pure Rust BLAKE2s implementation with dynamic SIMD"
license = "MIT"
Expand Down

0 comments on commit 296d75e

Please sign in to comment.