- From: Emil Lundberg via GitHub <sysbot+gh@w3.org>
- Date: Thu, 15 Dec 2022 15:52:26 +0000
- To: public-webauthn@w3.org
Thanks @selfissued! In that case, I think we have the option to also change the authenticator extension output format slightly: ```diff $$extensionOutput //= ( - devicePubKey: bstr, + devicePubKey: attObjForDevicePublicKey, ) ``` That is remove the extra layer of byte string wrapping, since we no longer need it to make sure the representation is byte-identical between authenticator and client outputs. Thoughts on that @agl? -- GitHub Notification of comment by emlun Please view or discuss this issue at https://github.com/w3c/webauthn/issues/1817#issuecomment-1353305015 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Thursday, 15 December 2022 15:52:28 UTC