Delay EIP-712 array traversal until size is received

This commit is contained in:
Alexandre Paillier
2024-03-27 17:29:22 +01:00
parent 46880bda8f
commit 04464c2f11
3 changed files with 21 additions and 9 deletions

View File

@@ -27,7 +27,7 @@ typedef struct {
bool path_set_root(const char *const struct_name, uint8_t length);
const void *path_get_field(void);
bool path_advance(void);
bool path_advance(bool array_check);
bool path_init(void);
void path_deinit(void);
bool path_new_array_depth(const uint8_t *const data, uint8_t length);