diff options
Diffstat (limited to 'content/renderer/webcrypto/webcrypto_util.cc')
-rw-r--r-- | content/renderer/webcrypto/webcrypto_util.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/content/renderer/webcrypto/webcrypto_util.cc b/content/renderer/webcrypto/webcrypto_util.cc index 016a3a5..87c34a5 100644 --- a/content/renderer/webcrypto/webcrypto_util.cc +++ b/content/renderer/webcrypto/webcrypto_util.cc @@ -121,8 +121,8 @@ Status Status::ErrorUnexpected() { Status Status::ErrorInvalidAesGcmTagLength() { return Status( - "The tag length is invalid: either too large or not a multiple " - "of 8 bits"); + "The tag length is invalid: Must be 32, 64, 96, 104, 112, 120, or 128 " + "bits"); } Status Status::ErrorGenerateKeyPublicExponent() { |