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

Unified Diff: Source/modules/crypto/HmacKeyAlgorithm.idl

Issue 204013006: [webcrypto] Add length parameter to HmacKeyAlgorithm. (blink) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 9 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/HmacKeyAlgorithm.cpp ('k') | public/platform/WebCryptoKeyAlgorithmParams.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/crypto/HmacKeyAlgorithm.idl
diff --git a/Source/modules/crypto/HmacKeyAlgorithm.idl b/Source/modules/crypto/HmacKeyAlgorithm.idl
index 552effb4cbae59dfc56961cb4c47a544a4de0140..89cc8430ad3e5913bba4fd836e90c14c54bda058 100644
--- a/Source/modules/crypto/HmacKeyAlgorithm.idl
+++ b/Source/modules/crypto/HmacKeyAlgorithm.idl
@@ -32,4 +32,5 @@
NoInterfaceObject
] interface HmacKeyAlgorithm : KeyAlgorithm {
readonly attribute KeyAlgorithm hash;
+ readonly attribute unsigned long length;
};
« no previous file with comments | « Source/modules/crypto/HmacKeyAlgorithm.cpp ('k') | public/platform/WebCryptoKeyAlgorithmParams.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698