summaryrefslogtreecommitdiffhomepage
path: root/Tunables.hs
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2016-08-11 22:19:30 -0400
committerJoey Hess <joeyh@joeyh.name>2016-08-11 22:19:30 -0400
commitc295cceb01c45e7530022b1edde970f5fbbb03c1 (patch)
treec4060595adec4bdfc1f9cd882033e1935753eddd /Tunables.hs
parent7db612b232a0f8a98fa695da6f14853284def681 (diff)
downloadkeysafe-c295cceb01c45e7530022b1edde970f5fbbb03c1.tar.gz
round-tripping now working, except for guessing the puzzle
Diffstat (limited to 'Tunables.hs')
-rw-r--r--Tunables.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tunables.hs b/Tunables.hs
index a2c5f52..18e3f84 100644
--- a/Tunables.hs
+++ b/Tunables.hs
@@ -95,7 +95,7 @@ testModeTunables = Tunables
, objectSize = 1024*64
, expensiveHashTunable = UseArgon2 weakargonoptions argoncost
, encryptionTunable = UseAES256
- , decryptionPuzzleTunable = UsePuzzleIV (GPUCost (Seconds 1))
+ , decryptionPuzzleTunable = UsePuzzleIV (GPUCost (Seconds 0))
}
where
UseArgon2 argonoptions argoncost = expensiveHashTunable defaultTunables