Add 2k3 des iso support preparation

This commit is contained in:
Bjoern Kerler 2020-04-11 02:56:08 +02:00
commit 37aa19ad6c
4 changed files with 47 additions and 19 deletions

View file

@ -61,7 +61,8 @@ enum DESFIRE_CRYPTOALGO {
T_DES = 0x00,
T_3DES = 0x01,
T_3K3DES = 0x02,
T_AES = 0x03
T_AES = 0x03,
T_2K3DES = 0x04
};