summaryrefslogtreecommitdiff
path: root/mqv.h
diff options
context:
space:
mode:
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>