Skip to content

Commit bebacec

Browse files
committed
Bump version to v0.2.35
1 parent 4b7c94c commit bebacec

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rust-crypto"
3-
version = "0.2.34"
3+
version = "0.2.35"
44
authors = ["The Rust-Crypto Project Developers"]
55
license = "MIT/Apache-2.0"
66
homepage = "https://github.com/DaGenix/rust-crypto/"

0 commit comments

Comments
 (0)