aboutsummaryrefslogtreecommitdiffstats
path: root/src/s2k/s2k.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/s2k/s2k.h')
-rw-r--r--src/s2k/s2k.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/s2k/s2k.h b/src/s2k/s2k.h
index 055ef8911..5263dfd68 100644
--- a/src/s2k/s2k.h
+++ b/src/s2k/s2k.h
@@ -12,8 +12,9 @@
namespace Botan {
-/*
-* S2K Interface
+/**
+* Base class for S2K (string to key) operations, which convert a
+* password/passphrase into a key
*/
class BOTAN_DLL S2K
{