diff options
Diffstat (limited to 'src/crypto.hh')
| -rw-r--r-- | src/crypto.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/crypto.hh b/src/crypto.hh index b649ad8..4c89bf7 100644 --- a/src/crypto.hh +++ b/src/crypto.hh @@ -7,8 +7,8 @@ struct TRSAPrivateKey{ TRSAPrivateKey(void); ~TRSAPrivateKey(void); - void initFromFile(const char *FileName); - void decrypt(uint8 *Data); // single 128 bytes block + bool initFromFile(const char *FileName); + bool decrypt(uint8 *Data); // single 128 bytes block // DATA // ================= |
