diff options
author | lloyd <[email protected]> | 2010-06-07 21:59:39 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2010-06-07 21:59:39 +0000 |
commit | 01c50c18182c1c703032c1e7e1ad31ecf0508123 (patch) | |
tree | 71024134383d501c98cb7c3ac4144be9c9ea02f3 /src | |
parent | f2a47d174b2f73d025c5ca3f329f1804c8a41a9a (diff) |
Add Doxygen header comments for XTS modes
Diffstat (limited to 'src')
-rw-r--r-- | src/filters/modes/xts/xts.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/filters/modes/xts/xts.h b/src/filters/modes/xts/xts.h index a01b1da1d..a6ec10ff3 100644 --- a/src/filters/modes/xts/xts.h +++ b/src/filters/modes/xts/xts.h @@ -14,8 +14,8 @@ namespace Botan { -/* -* XTS Encryption +/** +* IEEE P1619 XTS Encryption */ class BOTAN_DLL XTS_Encryption : public Keyed_Filter, private Buffered_Filter @@ -48,8 +48,8 @@ class BOTAN_DLL XTS_Encryption : public Keyed_Filter, SecureVector<byte> tweak; }; -/* -* XTS Decryption +/** +* IEEE P1619 XTS Encryption */ class BOTAN_DLL XTS_Decryption : public Keyed_Filter, private Buffered_Filter |