diff options
author | Jakob Unterwurzacher | 2016-08-01 21:01:21 +0200 |
---|---|---|
committer | Jakob Unterwurzacher | 2016-08-01 21:01:21 +0200 |
commit | 098b323f683de6b3c41378c977b26ae93486dee0 (patch) | |
tree | 2cc46b47502bcbd9c74d283d26eca842a6fbe03f | |
parent | 74172ab9ad82e3045a1395a518b2bfe6f6e0aa37 (diff) |
Fix securefs max filename len
-rw-r--r-- | docs/comparison.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/comparison.md b/docs/comparison.md index 7c39a36..a8ac066 100644 --- a/docs/comparison.md +++ b/docs/comparison.md @@ -98,7 +98,7 @@ File Names | Encryption | EME [4] | CBC | CBC | CBC | SIV | GCM (B+ dir DB) | GCM (dir DB) | | Prefix leak | no (EME) | no (HMAC used as IV) | no (HMAC used as IV) | yes [2] | no (SIV) | no (GCM) | no (GCM) | | Identical names leak | no (per-directory IV) | no (path chaining) | no (path chaining) | yes [1] | yes [3] | no (GCM) | no (GCM) | -| Maximum name length [5] | 256 {2} | 176 | 176 | 144 | 1026 | 255 | 1025 | +| Maximum name length [5] | 256 {2} | 176 | 176 | 144 | 1026 | 256 | 1025 | | Directory flattening {1} | no | no | no | no | yes | yes | yes | References: |