release 0.26

This commit is contained in:
Vincent Hanquez 2019-05-21 08:49:16 +01:00
parent 60ddb49298
commit ce8bbd90ea
2 changed files with 5 additions and 3 deletions

View File

@ -17,6 +17,8 @@
* Correction to PKCS#1 v1.5 padding * Correction to PKCS#1 v1.5 padding
* Use powModSecInteger when available * Use powModSecInteger when available
* Drop GHC 7.8 and GHC 7.10 support, refer to pkg-guidelines * Drop GHC 7.8 and GHC 7.10 support, refer to pkg-guidelines
* Optimise GCM mode
* Add little endian serialization of integer
## 0.25 ## 0.25

View File

@ -1,5 +1,5 @@
Name: cryptonite Name: cryptonite
version: 0.25 version: 0.26
Synopsis: Cryptography Primitives sink Synopsis: Cryptography Primitives sink
Description: Description:
A repository of cryptographic primitives. A repository of cryptographic primitives.
@ -35,7 +35,7 @@ Stability: experimental
Build-Type: Simple Build-Type: Simple
Homepage: https://github.com/haskell-crypto/cryptonite Homepage: https://github.com/haskell-crypto/cryptonite
Bug-reports: https://github.com/haskell-crypto/cryptonite/issues 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 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-doc-files: README.md CHANGELOG.md
extra-source-files: cbits/*.h extra-source-files: cbits/*.h
@ -432,7 +432,7 @@ Test-Suite test-cryptonite
Salsa Salsa
Utils Utils
XSalsa XSalsa
Build-Depends: base Build-Depends: base >= 0 && < 10
, bytestring , bytestring
, memory , memory
, tasty , tasty