mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-07-06 05:01:17 -07:00
Use PolarSSL DES implementation (GPL 2 or later) for both client and firmware (#378)
to prevent licensing issues with ARM-Crypto-Lib (GPL 3 or later)
This commit is contained in:
parent
fe087813f6
commit
930763e86d
19 changed files with 41 additions and 1761 deletions
|
@ -24,7 +24,7 @@
|
|||
#include "../common/crc16.h"
|
||||
#include "../common/crc64.h"
|
||||
#include "../common/sha1.h"
|
||||
#include "aes.h"
|
||||
#include "polarssl/aes.h"
|
||||
#include "cmdcrc.h"
|
||||
/**
|
||||
* The following params expected:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue