lastest code

This commit is contained in:
Macbook 2024-10-04 10:00:16 +07:00
parent 36b74ad685
commit 0fced4d71c
4 changed files with 53 additions and 26 deletions

View file

@ -19,3 +19,4 @@ bool key_from_hex(uint8_t key[WG_KEY_LEN], const char* hex);
bool key_eq(const uint8_t key1[WG_KEY_LEN], const uint8_t key2[WG_KEY_LEN]);
void write_msg_to_log(const char* tag, const char* msg);