summaryrefslogtreecommitdiff
path: root/src/encryption.h
blob: 945f73d6ed4847b4f748d5e72c0070ababe5b8b8 (plain)
1
2
3
4
5
6
7
#ifndef __VXGG_REWRITE___ENCRYPTION_H___1481879318188___
#define __VXGG_REWRITE___ENCRYPTION_H___1481879318188___

// Checks if sodium is initialized. Initializes it if not
int checkSodium(void);

#endif