mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
prepare libamiibo.a inclusion
This commit is contained in:
parent
f7f80a9b9f
commit
bccb9069f9
7 changed files with 42 additions and 11 deletions
|
@ -8,7 +8,7 @@
|
|||
#include "drbg.h"
|
||||
#include <assert.h>
|
||||
#include <string.h>
|
||||
#include <mbedtls/md.h>
|
||||
#include "mbedtls/md.h"
|
||||
|
||||
void nfc3d_drbg_init(nfc3d_drbg_ctx *ctx, const uint8_t *hmacKey, size_t hmacKeySize, const uint8_t *seed, size_t seedSize) {
|
||||
assert(ctx != NULL);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue