diff options
Diffstat (limited to 'CryptClass/HASHCrypt.hpp')
| -rw-r--r-- | CryptClass/HASHCrypt.hpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/CryptClass/HASHCrypt.hpp b/CryptClass/HASHCrypt.hpp index b377fac..2c17d3d 100644 --- a/CryptClass/HASHCrypt.hpp +++ b/CryptClass/HASHCrypt.hpp @@ -28,7 +28,7 @@ * @brief Hashing class * @author manzerbredes * - * Class who handle hashing functions to a byte* parameter. + * Class who handle hashing functions on a byte* parameter. * HASHCrypt try to detect errors and throw exceptions. * HASHCrypt use crypto++ library. */ @@ -111,6 +111,7 @@ class HASHCrypt{ */ void checkDigestSize(int sizeRequired, int size); + /** * @brief Make and error message. * @@ -123,8 +124,6 @@ class HASHCrypt{ */ std::string getInvalidDigestSizeError(int sizeRequired, int size); - - }; #endif |
