AuthData length 39 #828
Answered
by
LDVG
krzysztof90
asked this question in
Q&A
AuthData length 39
#828
-
I am using Fido2Net library. |
Beta Was this translation helpful? Give feedback.
Answered by
LDVG
Oct 14, 2024
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
krzysztof90
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
fido_assert_authdata_ptr()
returns the CBOR-encoded authenticator data, i.e. a CBOR byte string. For 37 bytes of payload, this will be an extra tag plus length byte. If you instead need the "raw" authenticator data, usefido_assert_authdata_raw_{ptr,len}
.