summaryrefslogtreecommitdiff
path: root/pwdbased.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2016-09-10 04:57:48 -0400
committerJeffrey Walton <noloader@gmail.com>2016-09-10 04:57:48 -0400
commit894874fe75ce079ad57e9d5e19813193b129152d (patch)
treefae5a8307351b8200238038f05a32f7e91e8006e /pwdbased.h
parent4414b864cf69edc7e142c96fdca53bfa898de539 (diff)
downloadcryptopp-git-894874fe75ce079ad57e9d5e19813193b129152d.tar.gz
Whitespace checkin
Diffstat (limited to 'pwdbased.h')
-rw-r--r--pwdbased.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/pwdbased.h b/pwdbased.h
index 055c5bd5..539c9a7e 100644
--- a/pwdbased.h
+++ b/pwdbased.h
@@ -24,9 +24,9 @@ public:
//! \brief Provides the maximum derived key length
//! \returns maximum derived key length, in bytes
virtual size_t MaxDerivedKeyLength() const =0;
-
+
//! \brief Determines if the derivation function uses the purpose byte
- //! \returns true if the derivation function uses the purpose byte, false otherwise
+ //! \returns true if the derivation function uses the purpose byte, false otherwise
virtual bool UsesPurposeByte() const =0;
//! \brief Derive key from the password