adjust bounds on memory for BCrypt and add item to CHANGELOG
This commit is contained in:
parent
ea8cb2d45a
commit
676c8e6be1
@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
* Add PKCS5 / PKCS7 padding and unpadding methods
|
* Add PKCS5 / PKCS7 padding and unpadding methods
|
||||||
* Fix ChaChaPoly1305 Decryption
|
* Fix ChaChaPoly1305 Decryption
|
||||||
|
* Add support for BCrypt (Luke Taylor)
|
||||||
|
|
||||||
## 0.6
|
## 0.6
|
||||||
|
|
||||||
|
|||||||
@ -168,7 +168,7 @@ Library
|
|||||||
Crypto.Internal.WordArray
|
Crypto.Internal.WordArray
|
||||||
Build-depends: base >= 4.3 && < 5
|
Build-depends: base >= 4.3 && < 5
|
||||||
, bytestring
|
, bytestring
|
||||||
, memory >= 0.2
|
, memory >= 0.8
|
||||||
, ghc-prim
|
, ghc-prim
|
||||||
ghc-options: -Wall -fwarn-tabs -optc-O3
|
ghc-options: -Wall -fwarn-tabs -optc-O3
|
||||||
default-language: Haskell2010
|
default-language: Haskell2010
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user