We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
openid4vp_ble/main.md
Lines 256 to 267 in e5370d5
What is the wire format of the identify request?
data := [44 bytes] = append([32 bytes public key], [12 bytes nonce])
?
The text was updated successfully, but these errors were encountered:
Just to understand it better. You are asking for the raw ble packet data?
Sorry, something went wrong.
I need to know how to send the bytes of the nonce and the public key.
I am assuming the documentation means data := [44 bytes] = append([32 bytes public key], [12 bytes nonce])
Example:
nonce = 0xA1, 0xA2, 0xA3, 0xA4, 0xA5, 0xA6, 0xA7, 0xA8, 0xA9, 0xAA, 0xAB, 0xAC (12 bytes) pubkey = 0x01, 0x02, 0x03, ..., 0x31, 0x32 (32 bytes) data = 0x01, 0x02, 0x03, ..., 0x31, 0x32, 0xA1, 0xA2, .... 0xAC (44 bytes)
No branches or pull requests
openid4vp_ble/main.md
Lines 256 to 267 in e5370d5
What is the wire format of the identify request?
?
The text was updated successfully, but these errors were encountered: