Use our cifra fork, rename command, keep room for sha256

This commit is contained in:
Nicolas Stalder
2019-02-26 19:31:14 +01:00
parent 0c296bba30
commit a6673b0917
3 changed files with 7 additions and 6 deletions

View File

@@ -28,7 +28,8 @@
#define CTAPHID_ENTERBOOT (TYPE_INIT | 0x51)
#define CTAPHID_ENTERSTBOOT (TYPE_INIT | 0x52)
#define CTAPHID_GETRNG (TYPE_INIT | 0x60)
#define CTAPHID_HASH512 (TYPE_INIT | 0x70)
#define CTAPHID_SHA256 (TYPE_INIT | 0x70) // not implemented
#define CTAPHID_SHA512 (TYPE_INIT | 0x71)
#define ERR_INVALID_CMD 0x01
#define ERR_INVALID_PAR 0x02