packages feed

Cabal revisions of bulletproofs-0.2.1

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
--- This file has been generated from package.yaml by hpack version 0.28.2.------ see: https://github.com/sol/hpack------ hash: 001d69dda0cfa16ecf909cb395bf12816dd1e053a263be2983d7dbe569e9a5a0--name:           bulletproofs-version:        0.2.1-description:    Please see the README on GitHub at <https://github.com/adjoint-io/bulletproofs#readme>-category:       Cryptography-homepage:       https://github.com/adjoint-io/bulletproofs#readme-bug-reports:    https://github.com/adjoint-io/bulletproofs/issues-maintainer:     Adjoint Inc (info@adjoint.io)-license:        Apache-license-file:   LICENSE-build-type:     Simple-cabal-version:  >= 1.10-extra-source-files:-    ChangeLog.md-    README.md--source-repository head-  type: git-  location: https://github.com/adjoint-io/bulletproofs--library-  exposed-modules:-      Bulletproofs.Curve-      Bulletproofs.Fq-      Bulletproofs.RangeProof-      Bulletproofs.RangeProof.Internal-      Bulletproofs.RangeProof.Prover-      Bulletproofs.RangeProof.Verifier-      Bulletproofs.MultiRangeProof-      Bulletproofs.MultiRangeProof.Prover-      Bulletproofs.MultiRangeProof.Verifier-      Bulletproofs.InnerProductProof-      Bulletproofs.InnerProductProof.Internal-      Bulletproofs.InnerProductProof.Prover-      Bulletproofs.InnerProductProof.Verifier-      Bulletproofs.ArithmeticCircuit-      Bulletproofs.ArithmeticCircuit.Internal-      Bulletproofs.ArithmeticCircuit.Prover-      Bulletproofs.ArithmeticCircuit.Verifier-      Bulletproofs.Utils-  other-modules:-      Paths_bulletproofs-  hs-source-dirs:-      ./.-  default-extensions: OverloadedStrings NoImplicitPrelude-  build-depends:-      MonadRandom-    , arithmoi-    , base >=4.7 && <5-    , containers-    , cryptonite-    , memory-    , protolude >=0.2-    , random-shuffle-    , text-  default-language: Haskell2010--test-suite bulletproofs-test-  type: exitcode-stdio-1.0-  main-is: TestDriver.hs-  other-modules:-      TestArithCircuitProtocol-      TestCommon-      TestField-      TestProtocol-      Paths_bulletproofs-  hs-source-dirs:-      tests-  default-extensions: OverloadedStrings NoImplicitPrelude-  build-depends:-      MonadRandom-    , QuickCheck-    , arithmoi-    , base-    , bulletproofs-    , containers-    , cryptonite-    , memory-    , protolude >=0.2-    , random-shuffle-    , tasty-    , tasty-discover-    , tasty-hunit-    , tasty-quickcheck-    , text-  default-language: Haskell2010+-- This file has been generated from package.yaml by hpack version 0.28.2.
+--
+-- see: https://github.com/sol/hpack
+--
+-- hash: 001d69dda0cfa16ecf909cb395bf12816dd1e053a263be2983d7dbe569e9a5a0
+
+name:           bulletproofs
+version:        0.2.1
+x-revision: 1
+description:    Please see the README on GitHub at <https://github.com/adjoint-io/bulletproofs#readme>
+category:       Cryptography
+homepage:       https://github.com/adjoint-io/bulletproofs#readme
+bug-reports:    https://github.com/adjoint-io/bulletproofs/issues
+maintainer:     Adjoint Inc (info@adjoint.io)
+license:        Apache
+license-file:   LICENSE
+build-type:     Simple
+cabal-version:  >= 1.10
+extra-source-files:
+    ChangeLog.md
+    README.md
+
+source-repository head
+  type: git
+  location: https://github.com/adjoint-io/bulletproofs
+
+library
+  exposed-modules:
+      Bulletproofs.Curve
+      Bulletproofs.Fq
+      Bulletproofs.RangeProof
+      Bulletproofs.RangeProof.Internal
+      Bulletproofs.RangeProof.Prover
+      Bulletproofs.RangeProof.Verifier
+      Bulletproofs.MultiRangeProof
+      Bulletproofs.MultiRangeProof.Prover
+      Bulletproofs.MultiRangeProof.Verifier
+      Bulletproofs.InnerProductProof
+      Bulletproofs.InnerProductProof.Internal
+      Bulletproofs.InnerProductProof.Prover
+      Bulletproofs.InnerProductProof.Verifier
+      Bulletproofs.ArithmeticCircuit
+      Bulletproofs.ArithmeticCircuit.Internal
+      Bulletproofs.ArithmeticCircuit.Prover
+      Bulletproofs.ArithmeticCircuit.Verifier
+      Bulletproofs.Utils
+  other-modules:
+      Paths_bulletproofs
+  hs-source-dirs:
+      ./.
+  default-extensions: OverloadedStrings NoImplicitPrelude
+  build-depends:
+      MonadRandom
+    , arithmoi <0.10
+    , base >=4.9 && <5
+    , containers
+    , cryptonite
+    , memory
+    , protolude >=0.2 && <0.3
+    , random-shuffle
+    , text
+  default-language: Haskell2010
+
+test-suite bulletproofs-test
+  type: exitcode-stdio-1.0
+  main-is: TestDriver.hs
+  other-modules:
+      TestArithCircuitProtocol
+      TestCommon
+      TestField
+      TestProtocol
+      Paths_bulletproofs
+  hs-source-dirs:
+      tests
+  default-extensions: OverloadedStrings NoImplicitPrelude
+  build-depends:
+      MonadRandom
+    , QuickCheck
+    , arithmoi
+    , base
+    , bulletproofs
+    , containers
+    , cryptonite
+    , memory
+    , protolude >=0.2
+    , random-shuffle
+    , tasty
+    , tasty-discover
+    , tasty-hunit
+    , tasty-quickcheck
+    , text
+  default-language: Haskell2010