Skip to content

Commit

Permalink
release 0.30
Browse files Browse the repository at this point in the history
  • Loading branch information
vincenthz committed Mar 13, 2022
1 parent aca61fa commit 7dfaf91
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## 0.30

* Fix some C symbol blake2b prefix to be cryptonite_ prefix (fix mixing with other C library)
* add hmac-lazy
* Fix compilation with GHC 9.2
* Drop support for GHC8.0, GHC8.2, GHC8.4, GHC8.6

## 0.29

* advance compilation with gmp breakage due to change upstream
* Add native EdDSA support

## 0.28

* Add hash constant time capability
Expand Down
6 changes: 3 additions & 3 deletions cryptonite.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: cryptonite
version: 0.29
version: 0.30
Synopsis: Cryptography Primitives sink
Description:
A repository of cryptographic primitives.
Expand Down Expand Up @@ -36,7 +36,7 @@ Build-Type: Simple
Homepage: https://github.com/haskell-crypto/cryptonite
Bug-reports: https://github.com/haskell-crypto/cryptonite/issues
Cabal-Version: 1.18
tested-with: GHC==8.8.2, GHC==8.6.5, GHC==8.4.4, GHC==8.2.2, GHC==8.0.2
tested-with: GHC==9.2.2, GHC==9.0.2, GHC==8.10.7, GHC==8.8.4
extra-doc-files: README.md CHANGELOG.md
extra-source-files: cbits/*.h
cbits/aes/*.h
Expand Down Expand Up @@ -245,7 +245,7 @@ Library
Crypto.Internal.Nat
Crypto.Internal.Words
Crypto.Internal.WordArray
if impl(ghc < 8.0)
if impl(ghc < 8.8)
Buildable: False
else
Build-depends: base
Expand Down

0 comments on commit 7dfaf91

Please sign in to comment.