summaryrefslogtreecommitdiff
path: root/cryptlib.h
diff options
context:
space:
mode:
authorweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2004-07-23 09:57:11 +0000
committerweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2004-07-23 09:57:11 +0000
commitfa4774e7d94e01b1f97c2126821544aec8e001a4 (patch)
tree28bc00f13c4aa241379c6a2d2276a9a3200c8dff /cryptlib.h
parent4d4ca69d28e47cbb81e39135471e1b4f3e477e4d (diff)
downloadcryptopp-fa4774e7d94e01b1f97c2126821544aec8e001a4.tar.gz
add SHA-224
git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@191 57ff6487-cd31-0410-9ec3-f628ee90f5f0
Diffstat (limited to 'cryptlib.h')
-rw-r--r--cryptlib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cryptlib.h b/cryptlib.h
index 763b5de..fb6f544 100644
--- a/cryptlib.h
+++ b/cryptlib.h
@@ -144,7 +144,7 @@ public:
explicit InvalidArgument(const std::string &s) : Exception(INVALID_ARGUMENT, s) {}
};
-//! exception thrown by decryption filters when trying to decrypt an invalid ciphertext
+//! exception thrown when input data is received that doesn't conform to expected format
class CRYPTOPP_DLL InvalidDataFormat : public Exception
{
public: