Index: chrome/browser/extensions/api/networking_private/networking_private_crypto.h |
diff --git a/chrome/browser/extensions/api/networking_private/networking_private_crypto.h b/chrome/browser/extensions/api/networking_private/networking_private_crypto.h |
index 24884734130e9b18ce46a4b8c68c1dd76fa05afc..a23fdd3fe4eea0780c082f14f282595fe978438d 100644 |
--- a/chrome/browser/extensions/api/networking_private/networking_private_crypto.h |
+++ b/chrome/browser/extensions/api/networking_private/networking_private_crypto.h |
@@ -29,7 +29,7 @@ class NetworkingPrivateCrypto { |
// Encrypt |data| with |public_key|. |public_key| is a DER-encoded |
// RSAPublicKey. |data| is some string of bytes at smaller than the |
palmer
2013/10/23 22:16:12
The preposition "at" is confusing me here; what do
mef
2013/10/24 02:19:08
Done. Bad cut-n-paste.
|
- // maximum length permissable for encryption with a key of |public_key| size. |
+ // maximum length permissable for PKCS#1 v1.5 with a key of |public_key| size. |
palmer
2013/10/23 22:16:12
Typo: "permissible"
mef
2013/10/24 02:19:08
Done.
|
// |
// Returns true on success, storing the encrypted result in |
// |encrypted_output|. |