EIP712 STRUCT FIELD IMPL now checks the APDU payload bounds
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user