packages feed

secret-sharing 1.0.0.2 → 1.0.0.3

raw patch · 1 files changed

+2/−3 lines, 1 filesdep ~basedep ~binarydep ~dice-entropy-conduit

Dependency ranges changed: base, binary, dice-entropy-conduit, finite-field, polynomial, vector

Files

secret-sharing.cabal view
@@ -1,5 +1,5 @@ name:                secret-sharing-version:             1.0.0.2+version:             1.0.0.3 synopsis:            Information-theoretic secure secret sharing  description:  Implementation of an (@m@,@n@)-threshold secret sharing scheme.@@ -37,7 +37,6 @@ build-type:          Simple cabal-version:       >=1.8 homepage:            http://monoid.at/code-tested-with:         GHC==7.8.3 stability:           experimental  library@@ -45,7 +44,7 @@   exposed-modules:   Crypto.SecretSharing                      Crypto.SecretSharing.Internal -  build-depends:    base ==4.6.*,+  build-depends:    base >=4.6 && < 5,                     bytestring ==0.10.*,                     dice-entropy-conduit >= 1.0.0.0,                     binary >=0.5.1.1,