fix comment mark

pull/2/head
weidai 2003-10-31 02:39:32 +00:00
parent e1893c22ff
commit 43d4ad3e75
1 changed files with 1 additions and 1 deletions

View File

@ -1364,7 +1364,7 @@ public:
virtual void GenerateKeyPair(RandomNumberGenerator &rng, byte *privateKey, byte *publicKey) const; 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 //! 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. /*! \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 privateKey == PrivateKeyLength()
\pre length of otherPublicKey == PublicKeyLength() \pre length of otherPublicKey == PublicKeyLength()
*/ */