EIP712 STRUCT FIELD IMPL now checks the APDU payload bounds

This commit is contained in:
Alexandre Paillier
2022-07-18 11:31:46 +02:00
parent 38f199e46b
commit 5e5b3c3621
4 changed files with 23 additions and 13 deletions

View File

@@ -36,7 +36,8 @@ const void *path_get_field(void);
bool path_advance(void);
bool path_init(void);
void path_deinit(void);
bool path_new_array_depth(uint8_t size);
bool path_new_array_depth(const uint8_t *const data,
uint8_t length);
e_root_type path_get_root_type(void);
const void *path_get_root(void);
const void *path_get_nth_field(uint8_t n);