summaryrefslogtreecommitdiff
path: root/default.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2016-07-18 20:02:58 -0400
committerJeffrey Walton <noloader@gmail.com>2016-07-18 20:02:58 -0400
commit0e51761f17f78197cf5fafa817d7fa9199d2caeb (patch)
tree2ef2446fd89a4811b7ccf300b324f9604b170a8b /default.h
parent49b18188b459e51da024c8cc1fb97ddb1084bdf3 (diff)
downloadcryptopp-git-0e51761f17f78197cf5fafa817d7fa9199d2caeb.tar.gz
Updated documentation
Diffstat (limited to 'default.h')
-rw-r--r--default.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/default.h b/default.h
index 8b35ad7f..0d5eebbb 100644
--- a/default.h
+++ b/default.h
@@ -103,7 +103,7 @@ private:
//! bits from the password. The class also uses 2-key TripleDES (DES_EDE2) for encryption, which only
//! provides about 80-bits of security.
//! \details The purpose of the function Mash() is to take an arbitrary length input string and
-//! *deterministicly* produce an arbitrary length output string such that (1) it looks random,
+//! *deterministically* produce an arbitrary length output string such that (1) it looks random,
//! (2) no information about the input is deducible from it, and (3) it contains as much entropy
//! as it can hold, or the amount of entropy in the input string, whichever is smaller.
class DefaultEncryptorWithMAC : public ProxyFilter
@@ -135,7 +135,7 @@ private:
//! bits from the password. The class also uses 2-key TripleDES (DES_EDE2) for encryption, which only
//! provides about 80-bits of security.
//! \details The purpose of the function Mash() is to take an arbitrary length input string and
-//! *deterministicly* produce an arbitrary length output string such that (1) it looks random,
+//! *deterministically* produce an arbitrary length output string such that (1) it looks random,
//! (2) no information about the input is deducible from it, and (3) it contains as much entropy
//! as it can hold, or the amount of entropy in the input string, whichever is smaller.
class DefaultDecryptorWithMAC : public ProxyFilter