| Index: content/renderer/webcrypto/platform_crypto.h
|
| diff --git a/content/renderer/webcrypto/platform_crypto.h b/content/renderer/webcrypto/platform_crypto.h
|
| index 6cb100a11bac8a3292d14a1e6c8bbf4658508539..0dd575fd8cfc029e9bd7a4a453ec737605ca662d 100644
|
| --- a/content/renderer/webcrypto/platform_crypto.h
|
| +++ b/content/renderer/webcrypto/platform_crypto.h
|
| @@ -55,7 +55,7 @@ Status EncryptDecryptAesCbc(EncryptOrDecrypt mode,
|
|
|
| // Preconditions:
|
| // * |key| is a non-null AES-GCM key.
|
| -// * |tag_length_bits| is in the range [0, 128].
|
| +// * |tag_length_bits| is one of {32, 64, 96, 104, 112, 120, 128}
|
| Status EncryptDecryptAesGcm(EncryptOrDecrypt mode,
|
| SymKey* key,
|
| const CryptoData& data,
|
|
|