Moved all typed data in RAM related code into its own file

This commit is contained in:
Alexandre Paillier
2022-07-05 11:41:46 +02:00
parent 0100eed1fd
commit b782a69137
10 changed files with 517 additions and 413 deletions

View File

@@ -13,6 +13,7 @@
#include "context.h" // contract_addr
#include "utils.h" // u64_from_BE
#include "apdu_constants.h" // APDU response codes
#include "typed_data.h"
static s_field_hashing *fh = NULL;