mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
assume ElGamal data size as 222 bytes
This commit is contained in:
parent
a8061003dd
commit
d092b21da7
4 changed files with 5 additions and 5 deletions
2
Crypto.h
2
Crypto.h
|
@ -54,7 +54,7 @@ namespace crypto
|
|||
ElGamalEncryption (const uint8_t * key);
|
||||
~ElGamalEncryption ();
|
||||
|
||||
void Encrypt (const uint8_t * data, int len, uint8_t * encrypted, bool zeroPadding = false) const;
|
||||
void Encrypt (const uint8_t * data, uint8_t * encrypted, bool zeroPadding = false) const;
|
||||
|
||||
private:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue