coolkey: Unbreak get_challenge with correct instruction code

This commit is contained in:
Jakub Jelen 2018-07-30 17:29:18 +02:00 committed by Frank Morgner
parent dfe932d00d
commit 8e8193f8f5
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@
#define COOLKEY_INS_COMPUTE_CRYPT 0x36 #define COOLKEY_INS_COMPUTE_CRYPT 0x36
#define COOLKEY_INS_COMPUTE_ECC_KEY_AGREEMENT 0x37 #define COOLKEY_INS_COMPUTE_ECC_KEY_AGREEMENT 0x37
#define COOLKEY_INS_COMPUTE_ECC_SIGNATURE 0x38 #define COOLKEY_INS_COMPUTE_ECC_SIGNATURE 0x38
#define COOLKEY_INS_GET_RANDOM 0x73 #define COOLKEY_INS_GET_RANDOM 0x72
#define COOLKEY_INS_READ_OBJECT 0x56 #define COOLKEY_INS_READ_OBJECT 0x56
#define COOLKEY_INS_WRITE_OBJECT 0x54 #define COOLKEY_INS_WRITE_OBJECT 0x54
#define COOLKEY_INS_LOGOUT 0x61 #define COOLKEY_INS_LOGOUT 0x61