Re: [webauthn] Adding CDDL to txAuthSimple

@gmandyam 
> I thought it would be clearer to represent the values as CBOR maps.

if using maps, is not the key "txAuthSimpleArg" also part of the CBOR-encoded object?  If so, do we really need to transport those bytes down the stack (do they add any value)?  The input arg for txAuthSimple is presently stated as:
> The client extension input encoded as a CBOR text string (major type 3).

..which is just a `tstr` with no accompanying "key" such as "txAuthSimpleArg", which would seem to be needlessly consuming bytes on-the-wire (?).

-- 
GitHub Notification of comment by equalsJeffH
Please view or discuss this issue at https://github.com/w3c/webauthn/pull/724#issuecomment-362669638 using your GitHub account

Received on Friday, 2 February 2018 18:41:58 UTC