pull/815/head
Jeffrey Walton 2019-02-24 17:00:20 -05:00
parent 3183970300
commit 8624a91988
No known key found for this signature in database
GPG Key ID: B36AB348921B1838
1 changed files with 2 additions and 2 deletions

View File

@ -270,7 +270,7 @@ public:
/// \param keyLength the size of the byte array /// \param keyLength the size of the byte array
/// \param salt a byte array used as salt /// \param salt a byte array used as salt
/// \param saltLength the size of the byte array /// \param saltLength the size of the byte array
/// \param personalization a byte array used as prsonalization string /// \param personalization a byte array used as personalization string
/// \param personalizationLength the size of the byte array /// \param personalizationLength the size of the byte array
/// \param treeMode flag indicating tree mode /// \param treeMode flag indicating tree mode
/// \param digestSize the digest size, in bytes /// \param digestSize the digest size, in bytes
@ -377,7 +377,7 @@ public:
/// \param keyLength the size of the byte array /// \param keyLength the size of the byte array
/// \param salt a byte array used as salt /// \param salt a byte array used as salt
/// \param saltLength the size of the byte array /// \param saltLength the size of the byte array
/// \param personalization a byte array used as prsonalization string /// \param personalization a byte array used as personalization string
/// \param personalizationLength the size of the byte array /// \param personalizationLength the size of the byte array
/// \param treeMode flag indicating tree mode /// \param treeMode flag indicating tree mode
/// \param digestSize the digest size, in bytes /// \param digestSize the digest size, in bytes