bump version to 0.15.1

This commit is contained in:
Luke Taylor 2016-08-22 13:49:43 +02:00
parent a8c80e9531
commit b15401b39d
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
## 0.15.1
* Add error check on salt length in bcrypt
* Fix buffer length in scrypt (Luke Taylor)
* build fixes for i686 and arm related to rdrand
* Fix basepoint for Ed448
## 0.15
* Fix serialization of DH and ECDH

View File

@ -1,5 +1,5 @@
Name: cryptonite
Version: 0.15
Version: 0.15.1
Synopsis: Cryptography Primitives sink
Description:
A repository of cryptographic primitives.