From bb9d3ea8598a0b48e9d773df24ff58856cbb9aa0 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 28 Aug 2016 12:34:43 -0400 Subject: Removed embedded copy of secret-sharing library, since finite-field only supports prime fields. This caused shares to double in size. --- keysafe.cabal | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'keysafe.cabal') 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 -- cgit v1.2.3