aboutsummaryrefslogtreecommitdiffstats
path: root/oae.go
diff options
context:
space:
mode:
Diffstat (limited to 'oae.go')
-rw-r--r--oae.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/oae.go b/oae.go
index a3f14a5..0389a91 100644
--- a/oae.go
+++ b/oae.go
@@ -18,7 +18,7 @@ const (
segmentSize = 1024 * 1024
plaintextSegmentSize = segmentSize - aeadOverhead
- saltSize = 16
+ saltSize = 32
)
type segmentEncrypter struct {