Moving some ASN1 procedures to a separate file.

This commit is contained in:
Pol Henarejos
2022-06-01 09:45:27 +02:00
parent 67efd73a96
commit 199095c204
7 changed files with 123 additions and 78 deletions

View File

@@ -19,6 +19,7 @@
#include "crypto_utils.h"
#include "random.h"
#include "mbedtls/cmac.h"
#include "asn1.h"
static uint8_t nonce[8];
static uint8_t sm_kmac[16];