work on method wrapper and native function support
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
#include <stdint.h>
|
||||
|
||||
extern uint8_t siphash_key[16];
|
||||
extern const uint8_t siphash_key_fixed_for_translator[16];
|
||||
extern const uint8_t siphash_key_fixed_for_translator[16];
|
||||
extern uint8_t empty_siphash_key[16];
|
||||
|
||||
void generate_siphash_key(uint8_t siphash_key[16]);
|
||||
|
||||
Reference in New Issue
Block a user