Fixed documentation typo
parent
9e9333230c
commit
a5621a9de9
4
blake2.h
4
blake2.h
|
|
@ -311,12 +311,12 @@ public:
|
|||
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
|
||||
|
|
|
|||
Loading…
Reference in New Issue