summaryrefslogtreecommitdiffhomepage
path: root/keysafe.cabal
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2016-09-14 15:51:59 -0400
committerJoey Hess <joeyh@joeyh.name>2016-09-14 15:51:59 -0400
commit92f0a9c8b6c676281dcbee6e4bce938b969ef7c2 (patch)
treeb5fb0fee6d476db3b6658c5d7ec07e9387658fb2 /keysafe.cabal
parent0709306afeaba998d8f0a76e37517d4c227ac1c3 (diff)
downloadkeysafe-92f0a9c8b6c676281dcbee6e4bce938b969ef7c2.tar.gz
Added --chaff mode which uploads random junk to servers.
This is useful both to test the server throttling of uploads, and to make it harder for servers to know if an object actually contains secret key information. This commit was sponsored by Brock Spratlen on Patreon.
Diffstat (limited to 'keysafe.cabal')
-rw-r--r--keysafe.cabal1
1 files changed, 1 insertions, 0 deletions
diff --git a/keysafe.cabal b/keysafe.cabal
index 0d256bc..e6405d5 100644
--- a/keysafe.cabal
+++ b/keysafe.cabal
@@ -67,6 +67,7 @@ Executable keysafe
, unbounded-delays == 0.1.*
, fast-logger == 2.4.*
, SafeSemaphore == 0.10.*
+ , crypto-random == 0.0.*
-- Temporarily inlined due to FTBFS bug
-- https://github.com/ocharles/argon2/issues/2
-- argon2 == 1.1.*