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