summaryrefslogtreecommitdiffhomepage
path: root/keysafe.cabal
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2016-08-11 16:33:26 -0400
committerJoey Hess <joeyh@joeyh.name>2016-08-11 16:33:26 -0400
commitb2719f6e84c0c1f49ac6ab9b60846a899563961c (patch)
tree47c93357b3362e71baf0bf83a21372ae376dfba5 /keysafe.cabal
parent5decbad3eb779b1bbe11245cbde84701909e9c68 (diff)
downloadkeysafe-b2719f6e84c0c1f49ac6ab9b60846a899563961c.tar.gz
inline slightly modified version of secret-sharing
Needed for efficient serialization of shares, unless upstream takes my suggestion to make the finite field be size 256.
Diffstat (limited to 'keysafe.cabal')
-rw-r--r--keysafe.cabal9
1 files changed, 8 insertions, 1 deletions
diff --git a/keysafe.cabal b/keysafe.cabal
index 084f682..a9ae1da 100644
--- a/keysafe.cabal
+++ b/keysafe.cabal
@@ -22,7 +22,6 @@ Executable keysafe
, bytestring == 0.10.*
, deepseq == 1.4.*
, random == 1.1.*
- , secret-sharing == 1.0.*
, raaz == 0.0.2
, argon2 == 1.1.*
, QuickCheck == 2.8.*
@@ -31,6 +30,14 @@ Executable keysafe
, binary == 0.7.*
, text == 1.2.*
, utf8-string == 1.0.*
+ , unix == 2.7.*
+
+ -- secret-sharing == 1.0.*
+ , dice-entropy-conduit >= 1.0.0.0
+ , binary >=0.5.1.1
+ , vector >=0.10.11.0
+ , finite-field >=0.8.0
+ , polynomial >= 0.7.1
source-repository head
type: git