diff options
Diffstat (limited to 'src/crypto.hh')
| -rw-r--r-- | src/crypto.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/crypto.hh b/src/crypto.hh index 7561ce5..7159a37 100644 --- a/src/crypto.hh +++ b/src/crypto.hh @@ -33,6 +33,7 @@ struct vlong_montgomery{ struct TRSAPrivateKey{ TRSAPrivateKey(void); ~TRSAPrivateKey(void); + void init(const char *PrimeP, const char *PrimeQ); void decrypt(uint8 *Data); // single 128 bytes block // DATA |
