Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3720)

Unified Diff: chrome/browser/extensions/api/networking_private/networking_private_crypto.h

Issue 22295002: Base infrastructure for Networking Private API on Windows and Mac. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Use using chromeos:: to avoid lengthy namespace prefixes. Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
- // 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.
//
// Returns true on success, storing the encrypted result in
// |encrypted_output|.

Powered by Google App Engine
This is Rietveld 408576698