summaryrefslogtreecommitdiffhomepage
path: root/keysafe.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'keysafe.cabal')
-rw-r--r--keysafe.cabal5
1 files changed, 5 insertions, 0 deletions
diff --git a/keysafe.cabal b/keysafe.cabal
index fc80725..3eee7c6 100644
--- a/keysafe.cabal
+++ b/keysafe.cabal
@@ -37,17 +37,22 @@ Executable keysafe
, readline == 1.0.*
, zxcvbn-c == 1.0.*
+ -- 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
Other-Modules:
Crypto.Argon2.FFI
Crypto.Argon2
+ ExpensiveHash
+ Encryption
source-repository head
type: git