NDSummary.OnToolTipsLoaded("File:crypt.h",{1419:"
inline void Crypt_SetKey(
const c8* key
)
Set the encryption key Call to this function is mandatory before calling Crypt_Encode or Crypt_Decode functions.
",1420:"
inline void Crypt_SetMap(
const c8* map
)
Set the encryption character mapping table Not mandatory (default one will be use instead).
",1421:"
inline void Crypt_SetCode(
const u16* code
)
Set the encryption code bit field Not mandatory (default one will be use instead).
",1422:"
bool Crypt_Encode(
const voiddata,
u8 size,
c8* str
)
Encrypt data
",1423:"
bool Crypt_Decode(
const c8* str,
voiddata
)
Decrypt data
"});