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

Unified Diff: public/platform/WebCrypto.h

Issue 255453002: [refactor] Use a lookup table rather than binary search for algorithm normalization. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase against TOT Created 6 years, 8 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
« no previous file with comments | « Source/modules/crypto/NormalizeAlgorithm.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebCrypto.h
diff --git a/public/platform/WebCrypto.h b/public/platform/WebCrypto.h
index 4cb2b5111be117e14d6e2ec5e7dfe8b3cf012332..d9a1fb4a328da6fc7ee6b76260dec6b2b219b2e2 100644
--- a/public/platform/WebCrypto.h
+++ b/public/platform/WebCrypto.h
@@ -180,7 +180,7 @@ public:
// them, as they come directly from the user. Few checks have been done on
// algorithm parameters prior to passing to the embedder.
//
- // Only the following checks can be assumed as having alread passed:
+ // Only the following checks can be assumed as having already passed:
//
// * The key is extractable when calling into exportKey/wrapKey.
// * The key usages permit the operation being requested.
« no previous file with comments | « Source/modules/crypto/NormalizeAlgorithm.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698