Updated documentation

pull/239/head
Jeffrey Walton 2016-07-18 20:02:58 -04:00
parent 49b18188b4
commit 0e51761f17
1 changed files with 2 additions and 2 deletions

View File

@ -103,7 +103,7 @@ private:
//! bits from the password. The class also uses 2-key TripleDES (DES_EDE2) for encryption, which only //! bits from the password. The class also uses 2-key TripleDES (DES_EDE2) for encryption, which only
//! provides about 80-bits of security. //! provides about 80-bits of security.
//! \details The purpose of the function Mash() is to take an arbitrary length input string and //! \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 //! (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. //! as it can hold, or the amount of entropy in the input string, whichever is smaller.
class DefaultEncryptorWithMAC : public ProxyFilter 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 //! bits from the password. The class also uses 2-key TripleDES (DES_EDE2) for encryption, which only
//! provides about 80-bits of security. //! provides about 80-bits of security.
//! \details The purpose of the function Mash() is to take an arbitrary length input string and //! \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 //! (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. //! as it can hold, or the amount of entropy in the input string, whichever is smaller.
class DefaultDecryptorWithMAC : public ProxyFilter class DefaultDecryptorWithMAC : public ProxyFilter