summaryrefslogtreecommitdiff
path: root/des.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2015-11-18 15:32:28 -0500
committerJeffrey Walton <noloader@gmail.com>2015-11-18 15:32:28 -0500
commit6ac1e46a1fb01f01705b67dd553d5ba317b1dc3e (patch)
treef0d873d0b377a91dce5ee384e60426ef57efc92b /des.h
parentd2fda9bd4231a7dfcb44e59150f11246d992843f (diff)
downloadcryptopp-git-6ac1e46a1fb01f01705b67dd553d5ba317b1dc3e.tar.gz
Cleared issues 11,12,13 (Clang integrated assembler), 58 (RC rollup), 66 (Coverity rollup)
Diffstat (limited to 'des.h')
-rw-r--r--des.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/des.h b/des.h
index a6aaa79d..92f3da7c 100644
--- a/des.h
+++ b/des.h
@@ -1,9 +1,12 @@
+// des.h - written and placed in the public domain by Wei Dai
+
+//! \file
+//! \headerfile des.h
+//! \brief Classes for DES, 2-key and 3-key Triple-DES
+
#ifndef CRYPTOPP_DES_H
#define CRYPTOPP_DES_H
-/** \file
-*/
-
#include "seckey.h"
#include "secblock.h"