summaryrefslogtreecommitdiffhomepage
path: root/Tunables.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Tunables.hs')
-rw-r--r--Tunables.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/Tunables.hs b/Tunables.hs
index 77c3296..ce7aa6e 100644
--- a/Tunables.hs
+++ b/Tunables.hs
@@ -36,7 +36,8 @@ data Tunables = Tunables
{ shareParams :: ShareParams
, objectSize :: Int
-- ^ a StorableObject is exactly this many bytes in size
- -- (must be a multiple of AES block size 16)
+ -- (must be a multiple of AES block size 16, and cannot be smaller
+ -- than 256 bytes)
, nameGenerationTunable :: NameGenerationTunable
, keyEncryptionKeyTunable :: KeyEncryptionKeyTunable
, encryptionTunable :: EncryptionTunable