6 NAMESPACE_BEGIN(CryptoPP)
8 void DH2_TestInstantiations()
14 const byte *staticSecretKey,
const byte *ephemeralSecretKey,
15 const byte *staticOtherPublicKey,
const byte *ephemeralOtherPublicKey,
16 bool validateStaticOtherPublicKey)
const
18 return d1.
Agree(agreedValue, staticSecretKey, staticOtherPublicKey, validateStaticOtherPublicKey)