From 891347401d603ded3db2efe3a67cd289ada08cb0 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 11 Aug 2016 23:11:32 -0400 Subject: guessing puzzle answers --- Tunables.hs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Tunables.hs') diff --git a/Tunables.hs b/Tunables.hs index 18e3f84..ab170a5 100644 --- a/Tunables.hs +++ b/Tunables.hs @@ -38,6 +38,7 @@ data Tunables = Tunables -- allowed to choose between them , objectSize :: Int -- ^ a StorableObject is exactly this many bytes in size + -- (must be a multiple of AES block size 16) , expensiveHashTunable :: ExpensiveHashTunable , encryptionTunable :: EncryptionTunable , decryptionPuzzleTunable :: DecryptionPuzzleTunable @@ -95,7 +96,7 @@ testModeTunables = Tunables , objectSize = 1024*64 , expensiveHashTunable = UseArgon2 weakargonoptions argoncost , encryptionTunable = UseAES256 - , decryptionPuzzleTunable = UsePuzzleIV (GPUCost (Seconds 0)) + , decryptionPuzzleTunable = UsePuzzleIV (GPUCost (Seconds 1)) } where UseArgon2 argonoptions argoncost = expensiveHashTunable defaultTunables -- cgit v1.2.3