summaryrefslogtreecommitdiff
path: root/cryptlib.h
diff options
context:
space:
mode:
authorweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2003-10-31 02:39:32 +0000
committerweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2003-10-31 02:39:32 +0000
commit37ef6f4f467be4fcc5d8e366316271b103bab285 (patch)
treed21a63784b26f96338a6ec8896f554c958e95ad9 /cryptlib.h
parent687d33c5056c3832e133c3789ec727dfbcce26c5 (diff)
downloadcryptopp-37ef6f4f467be4fcc5d8e366316271b103bab285.tar.gz
fix comment mark
git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@140 57ff6487-cd31-0410-9ec3-f628ee90f5f0
Diffstat (limited to 'cryptlib.h')
-rw-r--r--cryptlib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cryptlib.h b/cryptlib.h
index 3523104..401b50e 100644
--- a/cryptlib.h
+++ b/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()
*/