mirror of
https://github.com/shadps4-emu/ext-cryptopp.git
synced 2024-11-26 19:30:21 +00:00
Update documentation
This commit is contained in:
parent
f6ff499035
commit
dd1c8a5b24
4
asn.h
4
asn.h
@ -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
3
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
|
||||
|
Loading…
Reference in New Issue
Block a user