summaryrefslogtreecommitdiff
path: root/mqv.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2019-09-26 13:45:31 -0400
committerJeffrey Walton <noloader@gmail.com>2019-09-26 13:45:31 -0400
commit7a22d8845d46ae51d7824f6a3f0ac30cee855ffb (patch)
tree8a4211ccfabe14f34818b78d3c9686110206c836 /mqv.h
parent4e7d0c36df75a6f3eae009c48fce4639b3156eb1 (diff)
downloadcryptopp-git-7a22d8845d46ae51d7824f6a3f0ac30cee855ffb.tar.gz
Update documentation
Diffstat (limited to 'mqv.h')
-rw-r--r--mqv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mqv.h b/mqv.h
index 76bb6d80..7ab18e55 100644
--- a/mqv.h
+++ b/mqv.h
@@ -197,7 +197,7 @@ public:
/// static public key is validated. If you have previously validated the
/// couterparty's static public key, then use
/// <tt>validateStaticOtherPublicKey=false</tt> to save time.
- /// \pre <tt>COUNTOF(agreedValue) == AgreedValueLength()
+ /// \pre <tt>COUNTOF(agreedValue) == AgreedValueLength()</tt>
/// \pre <tt>COUNTOF(staticPrivateKey) == StaticPrivateKeyLength()</tt>
/// \pre <tt>COUNTOF(ephemeralPrivateKey) == EphemeralPrivateKeyLength()</tt>
/// \pre <tt>COUNTOF(staticOtherPublicKey) == StaticPublicKeyLength()</tt>