Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
noloader committed Oct 8, 2019
1 parent f6ff499 commit dd1c8a5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions asn.h
Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down
3 changes: 2 additions & 1 deletion dsa.h
Expand Up @@ -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
Expand Down

0 comments on commit dd1c8a5

Please sign in to comment.