diff options
Diffstat (limited to 'metadata')
| -rw-r--r-- | metadata/policy.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/metadata/policy.go b/metadata/policy.go index 76c2e6f..e218a08 100644 --- a/metadata/policy.go +++ b/metadata/policy.go @@ -205,7 +205,7 @@ func shouldUseDirectKeyFlag(options *EncryptionOptions) bool { if options.Contents != options.Filenames { return false } - // Whitelist the modes that take a 24+ byte IV (enough room for the per-file nonce) + // Currently only Adiantum supports DIRECT_KEY. return options.Contents == EncryptionOptions_Adiantum } |