Skip to content

Commit

Permalink
add DigestSize and L1KeyLength
Browse files Browse the repository at this point in the history
  • Loading branch information
weidai11 committed Apr 16, 2007
1 parent 629ff8a commit 21a7f22
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion argnames.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ CRYPTOPP_DEFINE_NAME_STRING(HashVerificationFilterFlags) //!< word32
CRYPTOPP_DEFINE_NAME_STRING(SignatureVerificationFilterFlags) //!< word32
CRYPTOPP_DEFINE_NAME_STRING(InputBuffer) //!< ConstByteArrayParameter
CRYPTOPP_DEFINE_NAME_STRING(OutputBuffer) //!< ByteArrayParameter
CRYPTOPP_DEFINE_NAME_STRING(XMACC_Counter) //!< word32
CRYPTOPP_DEFINE_NAME_STRING(InputFileName) //!< const char *
CRYPTOPP_DEFINE_NAME_STRING(InputStreamPointer) //!< std::istream *
CRYPTOPP_DEFINE_NAME_STRING(InputBinaryMode) //!< bool
Expand All @@ -67,6 +66,8 @@ CRYPTOPP_DEFINE_NAME_STRING(EncodingLookupArray) //< const byte *
CRYPTOPP_DEFINE_NAME_STRING(DecodingLookupArray) //< const byte *
CRYPTOPP_DEFINE_NAME_STRING(InsertLineBreaks) //< bool
CRYPTOPP_DEFINE_NAME_STRING(MaxLineLength) //< int
CRYPTOPP_DEFINE_NAME_STRING(DigestSize) //!< int, in bytes
CRYPTOPP_DEFINE_NAME_STRING(L1KeyLength) //!< int, in bytes

DOCUMENTED_NAMESPACE_END

Expand Down

0 comments on commit 21a7f22

Please sign in to comment.