Skip to content

Commit

Permalink
Fixed documentation typo
Browse files Browse the repository at this point in the history
  • Loading branch information
noloader committed Apr 25, 2016
1 parent 9e93332 commit a5621a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions blake2.h
Original file line number Diff line number Diff line change
Expand Up @@ -311,12 +311,12 @@ class BLAKE2s : public BLAKE2_Base<word32, false>
typedef BLAKE2_ParameterBlock<false> ParameterBlock;
CRYPTOPP_COMPILE_ASSERT(sizeof(ParameterBlock) == 32);

//! \brief Construct a BLAKE2b hash
//! \brief Construct a BLAKE2s hash
//! \param digestSize the digest size, in bytes
//! \param treeMode flag indicating tree mode
BLAKE2s(bool treeMode=false, unsigned int digestSize = DIGESTSIZE) : ThisBase(treeMode, digestSize) {}

//! \brief Construct a BLAKE2b hash
//! \brief Construct a BLAKE2s hash
//! \param key a byte array used to key the cipher
//! \param keyLength the size of the byte array
//! \param salt a byte array used as salt
Expand Down

0 comments on commit a5621a9

Please sign in to comment.