Skip to content

Commit

Permalink
emrtd: Adjust an include comment
Browse files Browse the repository at this point in the history
  • Loading branch information
aveao committed Dec 29, 2020
1 parent bc8c529 commit aae3426
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/cmdhfemrtd.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#include "protocols.h" // definitions of ISO14A/7816 protocol
#include "emv/apduinfo.h" // GetAPDUCodeDescription
#include "sha1.h" // KSeed calculation etc
#include "crypto/libpcrypto.h" // Hash calculation (sha256), TODO: AES too
#include "crypto/libpcrypto.h" // Hash calculation (sha256, sha512)
#include "mifare/desfire_crypto.h" // des_encrypt/des_decrypt
#include "des.h" // mbedtls_des_key_set_parity
#include "cmdhf14b.h" // exchange_14b_apdu
Expand Down

0 comments on commit aae3426

Please sign in to comment.