- From: <bugzilla@jessica.w3.org>
- Date: Wed, 26 Nov 2014 22:55:13 +0000
- To: public-webcrypto@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=27449 Bug ID: 27449 Summary: Algorithm normalization references "KeyAlgorithm" rather than "Algorithm" Product: Web Cryptography Version: unspecified Hardware: PC OS: Linux Status: NEW Severity: normal Priority: P2 Component: Web Cryptography API Document Assignee: sleevi@google.com Reporter: ericroman@google.com CC: public-webcrypto@w3.org The first step of 18.4.4. Normalizing an algorithm says to: ... "with the alg set to a new KeyAlgorithm dictionary whose name attribute is alg" This is equivalent since KeyAlgorithm == Algorithm. However conceptually Algorithm makes more sense since "KeyAlgorithm" is used to describe the algorithm of a CryptoKey, whereas algorithm normalization is being run over DOMString or Algorithm. I propose replacing KeyAlgorithm with Algorithm in that line. -- You are receiving this mail because: You are on the CC list for the bug.
Received on Wednesday, 26 November 2014 22:55:14 UTC