WIP field hashing

This commit is contained in:
Alexandre Paillier
2022-05-02 15:30:14 +02:00
parent fd31def094
commit 7e35b96ec0
5 changed files with 169 additions and 0 deletions

View 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_