| 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..0df95062535ef0d42e984ff50f388c944e83ad90 100644
|
| --- a/chrome/browser/extensions/api/networking_private/networking_private_crypto.h
|
| +++ b/chrome/browser/extensions/api/networking_private/networking_private_crypto.h
|
| @@ -28,8 +28,8 @@ class NetworkingPrivateCrypto {
|
| const std::string& connected_mac);
|
|
|
| // Encrypt |data| with |public_key|. |public_key| is a DER-encoded
|
| - // RSAPublicKey. |data| is some string of bytes at smaller than the
|
| - // maximum length permissable for encryption with a key of |public_key| size.
|
| + // RSAPublicKey. |data| is some string of bytes that is smaller than the
|
| + // maximum length permissible for PKCS#1 v1.5 with a key of |public_key| size.
|
| //
|
| // Returns true on success, storing the encrypted result in
|
| // |encrypted_output|.
|
|
|