This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 22544 - Rename HkdfCtrParams.hashAlg --> HkdfCtrParams.hash
Summary: Rename HkdfCtrParams.hashAlg --> HkdfCtrParams.hash
Status: RESOLVED FIXED
Alias: None
Product: Web Cryptography
Classification: Unclassified
Component: Web Cryptography API Document (show other bugs)
Version: unspecified
Hardware: PC All
: P2 normal
Target Milestone: ---
Assignee: Ryan Sleevi
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-02 23:40 UTC by Eric Roman
Modified: 2013-07-03 23:21 UTC (History)
1 user (show)

See Also:


Attachments

Description Eric Roman 2013-07-02 23:40:08 UTC
dictionary HkdfCtrParams : Algorithm {
  // The algorithm to use with HMAC (eg: SHA-256
  AlgorithmIdentifier hashAlg;

There are multiple other instance of such parameters named "hash", so I think it would be more consistent to also just name this one "hash".
Comment 1 Ryan Sleevi 2013-07-03 23:21:11 UTC
Fixed in https://dvcs.w3.org/hg/webcrypto-api/rev/131a3b429b09