libsecp256k1 0.1.3 → 0.1.4
raw patch · 2 files changed
+2/−1 lines, 2 files
Files
- libsecp256k1.cabal +1/−1
- test/Main.hs +1/−0
libsecp256k1.cabal view
@@ -5,7 +5,7 @@ -- see: https://github.com/sol/hpack name: libsecp256k1-version: 0.1.3+version: 0.1.4 synopsis: Bindings for secp256k1 description: Sign and verify signatures using the secp256k1 library. category: Crypto
test/Main.hs view
@@ -1,5 +1,6 @@ module Main where +import Crypto.Secp256k1 import Crypto.Secp256k1Prop qualified as Secp256k1Prop import GHC.IO.Encoding (setLocaleEncoding, utf8) import Hedgehog (checkSequential)