mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-22 00:59:08 +01:00
pass calculatePublic
This commit is contained in:
parent
e135696530
commit
438a225487
1 changed files with 1 additions and 1 deletions
|
@ -168,7 +168,7 @@ namespace crypto
|
||||||
|
|
||||||
ECIESX25519AEADRatchetDecryptor::ECIESX25519AEADRatchetDecryptor (const uint8_t * priv, bool calculatePublic)
|
ECIESX25519AEADRatchetDecryptor::ECIESX25519AEADRatchetDecryptor (const uint8_t * priv, bool calculatePublic)
|
||||||
{
|
{
|
||||||
m_StaticKeys.SetPrivateKey (priv);
|
m_StaticKeys.SetPrivateKey (priv, calculatePublic);
|
||||||
}
|
}
|
||||||
|
|
||||||
bool ECIESX25519AEADRatchetDecryptor::Decrypt (const uint8_t * epub, uint8_t * sharedSecret, BN_CTX * ctx, bool zeroPadding)
|
bool ECIESX25519AEADRatchetDecryptor::Decrypt (const uint8_t * epub, uint8_t * sharedSecret, BN_CTX * ctx, bool zeroPadding)
|
||||||
|
|
Loading…
Add table
Reference in a new issue