Re: [webauthn] I don't understand how to create a ClientData in makeCredential

https://w3c.github.io/webauthn/#clientdata-hashalg says to
> Use "S256" for SHA-256, "S384" for SHA384, "S512" for SHA512, and 
"SM3" for SM3

which are *not* the ["recognized algorithm 
names"](https://w3c.github.io/webcrypto/Overview.html#sha-registration)
 for these algorithms. Do you want to remove those aliases or say it's
 an "alg" value for an algorithm in the [JSON Web Signature and 
Encryption Algorithms 
Registry](https://tools.ietf.org/html/rfc7518#section-7.1) ... that 
can be used without a key?

-- 
GitHub Notification of comment by jyasskin
Please view or discuss this issue at 
https://github.com/w3c/webauthn/issues/273#issuecomment-280198612 
using your GitHub account

Received on Thursday, 16 February 2017 01:19:34 UTC