Support signed multiplication and division, for ECDSA.

This commit is contained in:
2018-12-23 20:24:20 -08:00
parent b52dd4d355
commit 6c40ee5109
113 changed files with 399012 additions and 10 deletions

View File

@@ -22,7 +22,7 @@ executable gen-invocs
main-is: Invocs.hs
other-modules: Requirements
-- other-extensions:
build-depends: base >=4.11 && < 4.12, ascii-progress, random
build-depends: base >=4.11 && < 4.14, ascii-progress, random
hs-source-dirs: .
default-language: Haskell2010
ghc-options: -Wall -O2 -threaded -rtsopts -with-rtsopts=-N
@@ -31,7 +31,7 @@ executable gen-tests
main-is: Main.hs
other-modules: Database, Math, Requirements, Tests
-- other-extensions:
build-depends: base >=4.11 && < 4.12, ascii-progress, containers, directory, filepath, integer-gmp, random
build-depends: base >=4.11 && < 4.14, ascii-progress, containers, directory, filepath, integer-gmp, random
hs-source-dirs: .
default-language: Haskell2010
ghc-options: -Wall -O2 -threaded -rtsopts -with-rtsopts=-N