aboutsummaryrefslogtreecommitdiff
path: root/pathfs_frontend/args.go
diff options
context:
space:
mode:
authorJakob Unterwurzacher2015-12-19 14:41:39 +0100
committerJakob Unterwurzacher2015-12-19 15:02:29 +0100
commit1caa9258685fa5fad8935d3bfcd0eac7d7f84f1e (patch)
treeabc1e46f269f9ef8f05d812e13fcdf2bae68d298 /pathfs_frontend/args.go
parent88826dc51d7919ef8b190c079955230e653323e2 (diff)
Increase GCM IV size from 96 to 128 bits
This pushes back the birthday bound for collisions to make it virtually irrelevant.
Diffstat (limited to 'pathfs_frontend/args.go')
-rw-r--r--pathfs_frontend/args.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/pathfs_frontend/args.go b/pathfs_frontend/args.go
index fb0b81f..91f9ba7 100644
--- a/pathfs_frontend/args.go
+++ b/pathfs_frontend/args.go
@@ -8,4 +8,5 @@ type Args struct {
PlaintextNames bool
DirIV bool
EMENames bool
+ GCMIV128 bool
}