App now computes EIP-712 schema identifier

This commit is contained in:
Alexandre Paillier
2022-06-29 14:51:37 +02:00
parent 5450f0c46f
commit 188a75ffff
2 changed files with 62 additions and 0 deletions

View File

@@ -12,6 +12,7 @@ typedef struct
uint8_t *structs_array;
uint8_t *current_struct_fields_array;
uint8_t contract_addr[ADDRESS_LENGTH];
uint8_t schema_hash[224 / 8];
} s_eip712_context;
extern s_eip712_context *eip712_context;