- From: Gonzalo Rodriguez via GitHub <sysbot+gh@w3.org>
- Date: Mon, 27 Jan 2020 20:11:06 +0000
- To: public-webauthn@w3.org
> > **Ruby**: [cedarcode/webauthn-ruby](https://github.com/cedarcode/webauthn-ruby), uses `X/Y`. > > * [/lib/webauthn/public_key.rb](https://github.com/cedarcode/webauthn-ruby/blob/114a96d20be6504116dc8fcb2570633eb89ab160/lib/webauthn/public_key.rb#L25) > > * [/lib/webauthn/authenticator_assertion_response.rb](https://github.com/cedarcode/webauthn-ruby/blob/4dc71eb7a8bf512648c86c536147824c4295e2fe/lib/webauthn/authenticator_assertion_response.rb#L57) FWIW, speaking on behalf of webauthn-ruby at least, I think is a tiny bit more accurate to say we are working with the "COSE Key format" ([ref](https://github.com/cedarcode/webauthn-ruby/blob/114a96d20be6504116dc8fcb2570633eb89ab160/lib/webauthn/public_key.rb#L29)), not with X/Y directly (We switched while ago in order to support RSA keys whose params are not X/Y) by relying on [cose-ruby](https://github.com/cedarcode/cose-ruby). -- GitHub Notification of comment by grzuy Please view or discuss this issue at https://github.com/w3c/webauthn/issues/1363#issuecomment-578930080 using your GitHub account
Received on Monday, 27 January 2020 20:11:08 UTC