Fix obnoxious warning.

This commit is contained in:
Steve Checkoway
2004-02-17 09:43:13 +00:00
parent 63c48f5439
commit e8309fa583
+1 -1
View File
@@ -1355,7 +1355,7 @@ public:
virtual void GenerateKeyPair(RandomNumberGenerator &rng, byte *privateKey, byte *publicKey) const;
//! derive agreed value from your private key and couterparty's public key, return false in case of failure
/*! \note If you have previously validated the public key, use validateOtherPublicKey=false to save time.
/*! \pre size of agreedValue == AgreedValueLength()
\pre size of agreedValue == AgreedValueLength()
\pre length of privateKey == PrivateKeyLength()
\pre length of otherPublicKey == PublicKeyLength()
*/