summaryrefslogtreecommitdiffhomepage
path: root/keysafe.cabal
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2016-08-28 12:34:43 -0400
committerJoey Hess <joeyh@joeyh.name>2016-08-28 12:38:38 -0400
commitbb9d3ea8598a0b48e9d773df24ff58856cbb9aa0 (patch)
tree50e2f897dca46d3c2c7562e7e54bf59a910bb526 /keysafe.cabal
parent9ee5de24760beedf4a186fb5a568b2aa69974391 (diff)
downloadkeysafe-bb9d3ea8598a0b48e9d773df24ff58856cbb9aa0.tar.gz
Removed embedded copy of secret-sharing library, since finite-field only supports prime fields.
This caused shares to double in size.
Diffstat (limited to 'keysafe.cabal')
-rw-r--r--keysafe.cabal11
1 files changed, 1 insertions, 10 deletions
diff --git a/keysafe.cabal b/keysafe.cabal
index 60ce645..47a7dcd 100644
--- a/keysafe.cabal
+++ b/keysafe.cabal
@@ -30,6 +30,7 @@ Executable keysafe
, bytestring == 0.10.*
, deepseq == 1.4.*
, random == 1.1.*
+ , secret-sharing == 1.0.*
, raaz == 0.0.2
, time == 1.5.*
, containers == 0.5.*
@@ -53,15 +54,6 @@ Executable keysafe
, http-client == 0.4.*
, transformers == 0.4.*
, stm == 2.4.*
-
- -- Inlined to change the finite field size to 256
- -- for efficient serialization.
- -- 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
-- Temporarily inlined due to https://github.com/ocharles/argon2/issues/3
-- argon2 == 1.1.*
Extra-Libraries: argon2
@@ -70,7 +62,6 @@ Executable keysafe
Crypto.Argon2
CmdLine
Cost
- Crypto.SecretSharing.Internal
Encryption
Entropy
ExpensiveHash