fix few missing declarations -> static or add include file

This commit is contained in:
Philippe Teuwen
2019-10-25 00:55:16 +02:00
parent 390d0ab525
commit 07cf3fd32b
12 changed files with 19 additions and 11 deletions

View File

@@ -58,6 +58,8 @@ From "Dismantling iclass":
output of hash0 is the diversified card key k = k [0] , . . . , k [7] ∈ (F 82 ) 8 .
**/
#include "ikeys.h"
#include <stdint.h>
#include <stdbool.h>
#include <string.h>

View File

@@ -38,6 +38,7 @@
#ifndef IKEYS_H
#define IKEYS_H
#include <inttypes.h>
/**
* @brief