From 0afe2e6177b48078db381d26334d3f4fd13363da Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 19 Aug 2016 16:36:46 -0400 Subject: chunking This changed the storage format, not that it matters because nobody is using it yet. --- Tunables.hs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Tunables.hs') 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 -- cgit v1.2.3