Skip to content

Commit

Permalink
Merge pull request #354 from DaGenix/bump-version
Browse files Browse the repository at this point in the history
Bump version to v0.2.35
  • Loading branch information
DaGenix committed Apr 4, 2016
2 parents 2a35c0c + dbcdde6 commit 5322585
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
Version v0.2.35 (4/4/2016)
==========================

* Improve cross compiling from GCC to msvc.
* Fix BCrypt algorithm when using a cost of 31.
* Improve building on OpenBSD.
* Add implementation of SHA3 digest function.
* Fix errors in Blake2b that could lead to incorrect output. The Blake2b
initialization functions are modified to take parameters by value instead of
by reference, which may break users of the interfaces.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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/"
Expand Down

0 comments on commit 5322585

Please sign in to comment.