From e23df95d8efd3cf14b8daab6450a2ba8f2c84e4e Mon Sep 17 00:00:00 2001 From: weidai Date: Fri, 31 Oct 2003 02:39:32 +0000 Subject: [PATCH] fix comment mark --- trunk/c5/cryptlib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trunk/c5/cryptlib.h b/trunk/c5/cryptlib.h index 35231047..401b50e8 100644 --- a/trunk/c5/cryptlib.h +++ b/trunk/c5/cryptlib.h @@ -1364,7 +1364,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() */