summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJakob Unterwurzacher2016-09-26 23:46:37 +0200
committerJakob Unterwurzacher2016-09-26 23:46:37 +0200
commit4b934f1a728b0049d2507b9ae4df948078ea88ba (patch)
tree60718115dfddbeda8136ce085e8492a4ccb55ca7 /README.md
parente9bb8b800c6c724125ccd862f4d20946317b31f5 (diff)
README: storage overhead is 32 bytes
As stated in file-format.md.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index ebd60d9..ff037de 100644
--- a/README.md
+++ b/README.md
@@ -81,7 +81,7 @@ Storage Overhead
* Empty files take 0 bytes on disk
* 18 byte file header for non-empty files (2 bytes version, 16 bytes random file id)
-* 28 bytes of storage overhead per 4kB block (12 byte nonce, 16 bytes auth tag)
+* 32 bytes of storage overhead per 4kB block (16 byte nonce, 16 bytes auth tag)
[file-format.md](Documentation/file-format.md) contains a more detailed description.