mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
Makefile & CMake rework
This commit is contained in:
parent
9d97962759
commit
72acec5806
23 changed files with 467 additions and 291 deletions
|
@ -8,7 +8,7 @@
|
|||
#include "drbg.h"
|
||||
#include <assert.h>
|
||||
#include <string.h>
|
||||
#include "mbedtls/md.h"
|
||||
#include "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