- From: <bugzilla@jessica.w3.org>
- Date: Tue, 02 Dec 2014 20:10:54 +0000
- To: public-webcrypto@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=27486
Bug ID: 27486
Summary: RsaHashedImportParams does not extend 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
Currently written as:
dictionary RsaHashedImportParams {
// The hash algorithm to use
required HashAlgorithmIdentifier hash;
};
However to matched the other parameters it should be written as:
dictionary RsaHashedImportParams : Algorithm {
// The hash algorithm to use
required HashAlgorithmIdentifier hash;
};
--
You are receiving this mail because:
You are on the CC list for the bug.
Received on Tuesday, 2 December 2014 20:10:55 UTC