summaryrefslogtreecommitdiff
path: root/fhmqv.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 /fhmqv.h
parent4e7d0c36df75a6f3eae009c48fce4639b3156eb1 (diff)
downloadcryptopp-git-7a22d8845d46ae51d7824f6a3f0ac30cee855ffb.tar.gz
Update documentation
Diffstat (limited to 'fhmqv.h')
-rw-r--r--fhmqv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fhmqv.h b/fhmqv.h
index e03cc933..e247e1f2 100644
--- a/fhmqv.h
+++ b/fhmqv.h
@@ -235,7 +235,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>