Update documentation

This commit is contained in:
Jeffrey Walton 2019-10-07 20:07:32 -04:00
parent f6ff499035
commit dd1c8a5b24
No known key found for this signature in database
GPG Key ID: B36AB348921B1838
2 changed files with 4 additions and 3 deletions

4
asn.h
View File

@ -25,7 +25,7 @@
NAMESPACE_BEGIN(CryptoPP)
/// \brief ASN.1 types
/// \note These tags and flags are not complete
/// \note These tags are not complete
enum ASNTag
{
BOOLEAN = 0x01,
@ -56,7 +56,7 @@ enum ASNTag
};
/// \brief ASN.1 flags
/// \note These tags and flags are not complete
/// \note These flags are not complete
enum ASNIdFlag
{
UNIVERSAL = 0x00,

3
dsa.h
View File

@ -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