adjust bounds on memory for BCrypt and add item to CHANGELOG

This commit is contained in:
Vincent Hanquez 2015-08-27 10:59:51 +01:00
parent ea8cb2d45a
commit 676c8e6be1
2 changed files with 2 additions and 1 deletions

View File

@ -2,6 +2,7 @@
* Add PKCS5 / PKCS7 padding and unpadding methods
* Fix ChaChaPoly1305 Decryption
* Add support for BCrypt (Luke Taylor)
## 0.6

View File

@ -168,7 +168,7 @@ Library
Crypto.Internal.WordArray
Build-depends: base >= 4.3 && < 5
, bytestring
, memory >= 0.2
, memory >= 0.8
, ghc-prim
ghc-options: -Wall -fwarn-tabs -optc-O3
default-language: Haskell2010