mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
added COSE algorithms
This commit is contained in:
parent
9e89da3c0c
commit
1099c6923d
5 changed files with 157 additions and 2 deletions
|
@ -29,7 +29,7 @@ typedef struct {
|
|||
} fido2Error_t;
|
||||
|
||||
fido2Error_t fido2Errors[] = {
|
||||
{0xFF, "n/a", "n/a"},
|
||||
{0xFF, "n/a", "n/a"},
|
||||
{0x00, "CTAP1_ERR_SUCCESS", "Indicates successful response."},
|
||||
{0x01, "CTAP1_ERR_INVALID_COMMAND", "The command is not a valid CTAP command."},
|
||||
{0x02, "CTAP1_ERR_INVALID_PARAMETER", "The command included an invalid parameter."},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue