We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3706393 commit 296d75eCopy full SHA for 296d75e
blake2_bin/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "blake2_bin"
3
-version = "0.5.7"
+version = "0.5.8"
4
authors = ["Jack O'Connor"]
5
description = "a command line implementation of BLAKE2b/s/bp/sp and all their parameters"
6
license = "MIT"
blake2b/Cargo.toml
name = "blake2b_simd"
description = "a pure Rust BLAKE2b implementation with dynamic SIMD"
blake2s/Cargo.toml
name = "blake2s_simd"
description = "a pure Rust BLAKE2s implementation with dynamic SIMD"
0 commit comments