Go to the documentation of this file. 1 #ifndef __CRYPTO_LOCALCIPHER_H__
2 #define __CRYPTO_LOCALCIPHER_H__
60 bool Finalize(
char *pub,
int lpub,
const char *t =
"PC1");
76 int Encrypt(
const char *in,
int lin,
char *out);
77 int Decrypt(
const char *in,
int lin,
char *out);