mbedtls added

This commit is contained in:
merlokk
2018-11-07 18:05:02 +02:00
parent c75c0e4e52
commit 6ab12db7a0
113 changed files with 53771 additions and 9565 deletions

View File

@@ -15,7 +15,7 @@
#include "cmdhf14a.h"
#include "util.h"
#include "ui.h"
#include "polarssl/libpcrypto.h"
#include "crypto/libpcrypto.h"
int CalculateEncIVCommand(mf4Session *session, uint8_t *iv, bool verbose) {
memcpy(&iv[0], session->TI, 4);