From aae3426f8e6f08079ae5648c336c1d5d33c47318 Mon Sep 17 00:00:00 2001 From: Ave Date: Tue, 29 Dec 2020 04:09:53 +0300 Subject: [PATCH] emrtd: Adjust an include comment --- client/src/cmdhfemrtd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/cmdhfemrtd.c b/client/src/cmdhfemrtd.c index 43a2adeb8..32c2c9e23 100644 --- a/client/src/cmdhfemrtd.c +++ b/client/src/cmdhfemrtd.c @@ -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