From 783197aaa13abbfb7757ecec912dfe9cb6e52c75 Mon Sep 17 00:00:00 2001 From: manzerbredes Date: Wed, 11 Mar 2015 09:51:03 +0400 Subject: Implement FileManIOFileClass, general bug correction. --- CryptClass/HASHCrypt.hpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'CryptClass/HASHCrypt.hpp') 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 -- cgit v1.2.3