Build and link mhycrypto statically

This commit is contained in:
ayy lmao
2022-07-06 16:26:35 +03:00
committed by lilmayofuksu
parent e0272aa38a
commit 850b282b70
11 changed files with 791 additions and 25 deletions

View File

@@ -0,0 +1,10 @@
#ifndef METADATA_H
#define METADATA_H
#include <cstdint>
#include <cstdlib>
extern "C" void decrypt_global_metadata(uint8_t *data, size_t size);
extern "C" void encrypt_global_metadata(uint8_t *data, size_t size);
#endif //METADATA_H