From 634f57465048c698381513cdc2ee205d4f04e538 Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Mon, 25 Jan 2021 11:12:01 -0800 Subject: Avoid using the word "whitelist" --- metadata/policy.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'metadata') 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 } -- cgit v1.2.3