summaryrefslogtreecommitdiff
path: root/dsa.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2019-10-07 20:07:32 -0400
committerJeffrey Walton <noloader@gmail.com>2019-10-07 20:07:32 -0400
commitdd1c8a5b24c558df6d6dda9f61ca9064b2ca873c (patch)
tree62a17fcd8f63807cce85a516e85d48a24409d390 /dsa.h
parentf6ff499035b910f6e8cce32b81b13958123ff41d (diff)
downloadcryptopp-git-dd1c8a5b24c558df6d6dda9f61ca9064b2ca873c.tar.gz
Update documentation
Diffstat (limited to 'dsa.h')
-rw-r--r--dsa.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/dsa.h b/dsa.h
index 32ccc8b2..07e3e89d 100644
--- a/dsa.h
+++ b/dsa.h
@@ -35,7 +35,8 @@ enum DSASignatureFormat {
/// \param fromFormat the source signature format
/// \details This function converts between these formats, and returns length
/// of signature in the target format. If <tt>toFormat == DSA_P1363</tt>, then
-/// <tt>bufferSize</tt> must equal <tt>publicKey.SignatureLength()</tt>
+/// <tt>bufferSize</tt> must equal <tt>publicKey.SignatureLength()</tt> or
+/// <tt>verifier.SignatureLength()</tt>.
/// \sa <A HREF="http://www.cryptopp.com/wiki/DSAConvertSignatureFormat">DSAConvertSignatureFormat</A>
/// on the Crypto++ wiki.
/// \since Crypto++ 1.0