WIP field hashing
This commit is contained in:
9
src_features/signMessageEIP712/field_hash.h
Normal file
9
src_features/signMessageEIP712/field_hash.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#ifndef FIELD_HASH_H_
|
||||
#define FIELD_HASH_H_
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
const uint8_t *field_hash(const void *const structs_array,
|
||||
const uint8_t *const data,
|
||||
const uint8_t data_length);
|
||||
#endif // FIELD_HASH_H_
|
||||
Reference in New Issue
Block a user