Skip to content
This repository was archived by the owner on Sep 20, 2023. It is now read-only.

Commit 7dfaf91

Browse files
committed
release 0.30
1 parent aca61fa commit 7dfaf91

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## 0.30
2+
3+
* Fix some C symbol blake2b prefix to be cryptonite_ prefix (fix mixing with other C library)
4+
* add hmac-lazy
5+
* Fix compilation with GHC 9.2
6+
* Drop support for GHC8.0, GHC8.2, GHC8.4, GHC8.6
7+
8+
## 0.29
9+
10+
* advance compilation with gmp breakage due to change upstream
11+
* Add native EdDSA support
12+
113
## 0.28
214

315
* Add hash constant time capability

cryptonite.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: cryptonite
2-
version: 0.29
2+
version: 0.30
33
Synopsis: Cryptography Primitives sink
44
Description:
55
A repository of cryptographic primitives.
@@ -36,7 +36,7 @@ Build-Type: Simple
3636
Homepage: https://github.com/haskell-crypto/cryptonite
3737
Bug-reports: https://github.com/haskell-crypto/cryptonite/issues
3838
Cabal-Version: 1.18
39-
tested-with: GHC==8.8.2, GHC==8.6.5, GHC==8.4.4, GHC==8.2.2, GHC==8.0.2
39+
tested-with: GHC==9.2.2, GHC==9.0.2, GHC==8.10.7, GHC==8.8.4
4040
extra-doc-files: README.md CHANGELOG.md
4141
extra-source-files: cbits/*.h
4242
cbits/aes/*.h
@@ -245,7 +245,7 @@ Library
245245
Crypto.Internal.Nat
246246
Crypto.Internal.Words
247247
Crypto.Internal.WordArray
248-
if impl(ghc < 8.0)
248+
if impl(ghc < 8.8)
249249
Buildable: False
250250
else
251251
Build-depends: base

0 commit comments

Comments
 (0)