Skip to content

Commit

Permalink
Final 1.1.0 version
Browse files Browse the repository at this point in the history
  • Loading branch information
sdiehl committed Apr 28, 2020
1 parent 4091812 commit be74ded
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pairing.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ cabal-version: 1.12
--
-- see: https://github.com/sol/hpack
--
-- hash: e3e44c2fec80fad5921b87cd94f86a40542d9bdc61796dea015144775b5ad058
-- hash: f0737c857596bf304a755a35a010ab47b55eb69259a1c3a8519f7e28505f3fb8

name: pairing
version: 1.0.0
version: 1.1.0
synopsis: Bilinear pairings
description: Bilinear pairings over elliptic curves
category: Cryptography
Expand Down
2 changes: 1 addition & 1 deletion src/Data/Pairing/Ate.hs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ module Data.Pairing.Ate
import Protolude

import Data.Curve.Weierstrass (Curve(..), Point(..))
import Data.Field.Galois as F hiding (recip, (/))
import Data.Field.Galois as F

import Data.Pairing

Expand Down
2 changes: 1 addition & 1 deletion src/Data/Pairing/Hash.hs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import Control.Error (hoistMaybe, runMaybeT)
import Control.Monad.Random (MonadRandom)
import qualified Data.ByteString as B (foldl')
import Data.Curve.Weierstrass
import Data.Field.Galois as F hiding ((/))
import Data.Field.Galois as F
import Data.List ((!!))

import Data.Pairing
Expand Down
14 changes: 14 additions & 0 deletions stack.yaml.lock
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,20 @@ packages:
sha256: ca61450dd1d84e6beefba010a7032dfb5a8bc2e8344a369430992c56ec083ad7
original:
hackage: mod-0.1.1.0
- completed:
hackage: bitvec-1.0.3.0@sha256:f69ed0e463045cb497a7cf1bc808a2e84ea0ce286cf9507983bb6ed8b4bd3993,3977
pantry-tree:
size: 2372
sha256: e3cf4b28e01c3eb9b0cf46a8a2e7eef1ced133d5ad626aaba099cf468007dd90
original:
hackage: bitvec-1.0.3.0
- completed:
hackage: QuickCheck-2.13.2@sha256:ad4e5adbd1c9dc0221a44307b992cb040c515f31095182e47aa7e974bc461df1,6952
pantry-tree:
size: 2202
sha256: f79eee2f6a00b2c649f993a7b358827702373cbc931ced55ebdfb59625540403
original:
hackage: QuickCheck-2.13.2
snapshots:
- completed:
size: 524804
Expand Down

0 comments on commit be74ded

Please sign in to comment.