diff options
| author | manzerbredes <loic.guegan_secondary@yahoo.fr> | 2015-03-11 09:51:03 +0400 |
|---|---|---|
| committer | manzerbredes <loic.guegan_secondary@yahoo.fr> | 2015-03-11 09:51:03 +0400 |
| commit | 783197aaa13abbfb7757ecec912dfe9cb6e52c75 (patch) | |
| tree | 399f42e41babbcf697f21c30f4cabb1f121e6c34 /CryptClass/HASHCrypt.hpp | |
| parent | 998745fe45c89570bd1d02e0e60199fc535da89b (diff) | |
Implement FileManIOFileClass, general bug correction.
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 |
