We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b7c94c commit bebacecCopy full SHA for bebacec
CHANGELOG.md
@@ -0,0 +1,10 @@
1
+Version v0.2.35 (4/4/2016)
2
+==========================
3
+
4
+* Improve cross compiling from GCC to msvc.
5
+* Fix BCrypt algorithm when using a cost of 31.
6
+* Improve building on OpenBSD.
7
+* Add implementation of SHA3 digest function.
8
+* Fix errors in Blake2b that could lead to incorrect output. The Blake2b
9
+ initialization functions are modified to take parameters by value instead of
10
+ by reference, which may break users of the interfaces.
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "rust-crypto"
-version = "0.2.34"
+version = "0.2.35"
authors = ["The Rust-Crypto Project Developers"]
license = "MIT/Apache-2.0"
homepage = "https://github.com/DaGenix/rust-crypto/"
0 commit comments