assume ElGamal data size as 222 bytes

This commit is contained in:
orignal 2016-11-24 16:02:14 -05:00
parent a8061003dd
commit d092b21da7
4 changed files with 5 additions and 5 deletions

View file

@ -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: