release 0.26
This commit is contained in:
parent
60ddb49298
commit
7596e2959d
@ -17,6 +17,8 @@
|
||||
* Correction to PKCS#1 v1.5 padding
|
||||
* Use powModSecInteger when available
|
||||
* Drop GHC 7.8 and GHC 7.10 support, refer to pkg-guidelines
|
||||
* Optimise GCM mode
|
||||
* Add little endian serialization of integer
|
||||
|
||||
## 0.25
|
||||
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
Name: cryptonite
|
||||
version: 0.25
|
||||
version: 0.26
|
||||
Synopsis: Cryptography Primitives sink
|
||||
Description:
|
||||
A repository of cryptographic primitives.
|
||||
@ -35,7 +35,7 @@ Stability: experimental
|
||||
Build-Type: Simple
|
||||
Homepage: https://github.com/haskell-crypto/cryptonite
|
||||
Bug-reports: https://github.com/haskell-crypto/cryptonite/issues
|
||||
Cabal-Version: >=1.18
|
||||
Cabal-Version: 1.18
|
||||
tested-with: GHC==8.6.5, GHC==8.4.4, GHC==8.2.2, GHC==8.0.2
|
||||
extra-doc-files: README.md CHANGELOG.md
|
||||
extra-source-files: cbits/*.h
|
||||
@ -432,7 +432,7 @@ Test-Suite test-cryptonite
|
||||
Salsa
|
||||
Utils
|
||||
XSalsa
|
||||
Build-Depends: base
|
||||
Build-Depends: base >= 0 && < 10
|
||||
, bytestring
|
||||
, memory
|
||||
, tasty
|
||||
|
||||
Loading…
Reference in New Issue
Block a user