Skip to content

Commit

Permalink
Add SECP256k1 to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kozross committed Jan 19, 2022
1 parent d8300d9 commit fc33421
Show file tree
Hide file tree
Showing 3 changed files with 259 additions and 158 deletions.
1 change: 1 addition & 0 deletions cardano-crypto-class/src/Cardano/Crypto/DSIGN.hs
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ import Cardano.Crypto.DSIGN.Ed25519 as X
import Cardano.Crypto.DSIGN.Ed448 as X
import Cardano.Crypto.DSIGN.Mock as X
import Cardano.Crypto.DSIGN.NeverUsed as X
import Cardano.Crypto.DSIGN.SECP256k1 as X
4 changes: 3 additions & 1 deletion cardano-crypto-tests/cardano-crypto-tests.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,10 @@ library
, cryptonite
, formatting
, nothunks
, pretty-show
, QuickCheck
, quickcheck-instances
, secp256k1-haskell
, tasty
, tasty-quickcheck
, criterion
Expand All @@ -75,7 +77,7 @@ test-suite test-crypto
, cardano-crypto-tests
, tasty

ghc-options: -threaded
ghc-options: -threaded -O2

benchmark bench-crypto
import: base, project-config
Expand Down
Loading

0 comments on commit fc33421

Please sign in to comment.