add encrypting for save files
add libhydrogen for encrypting and decrypting #9
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
#include "hydrogen.h"
|
||||
|
||||
#include "impl/common.h"
|
||||
#include "impl/hydrogen_p.h"
|
||||
|
||||
#include "impl/random.h"
|
||||
|
||||
#include "impl/core.h"
|
||||
#include "impl/gimli-core.h"
|
||||
|
||||
#include "impl/hash.h"
|
||||
#include "impl/kdf.h"
|
||||
#include "impl/secretbox.h"
|
||||
|
||||
#include "impl/x25519.h"
|
||||
|
||||
#include "impl/kx.h"
|
||||
#include "impl/pwhash.h"
|
||||
#include "impl/sign.h"
|
||||
Reference in New Issue
Block a user