summaryrefslogtreecommitdiffhomepage
path: root/keysafe.cabal
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2016-08-16 12:57:19 -0400
committerJoey Hess <joeyh@joeyh.name>2016-08-16 13:04:07 -0400
commit3b4a775d536b2b2956269a59f886487efe29ed51 (patch)
treebbd8fd580afad11f822b2929061b034abf376c50 /keysafe.cabal
parentd7696832e183cc3e98d094b35ee4392d0c8d3df5 (diff)
downloadkeysafe-3b4a775d536b2b2956269a59f886487efe29ed51.tar.gz
switch to random salt byte to make decryption expensive
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