summaryrefslogtreecommitdiff
path: root/hex.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2015-11-19 13:09:33 -0500
committerJeffrey Walton <noloader@gmail.com>2015-11-19 13:09:33 -0500
commitb3e49d8c96bb8044715db457d04669b42b169fab (patch)
tree67ca70a2b55a656d79641c3771ec49751993fa4b /hex.h
parent6911cc9e91e3b7a382030cedc55438ad8b7405ca (diff)
downloadcryptopp-git-b3e49d8c96bb8044715db457d04669b42b169fab.tar.gz
Additional documentation; fixed issues with Clang integrated assembler and different versions numbers for LLVM Clang and Apple Clang; fixed missing header in DSA class
Diffstat (limited to 'hex.h')
-rw-r--r--hex.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/hex.h b/hex.h
index 6f1d5e1f..1acc0903 100644
--- a/hex.h
+++ b/hex.h
@@ -1,3 +1,8 @@
+// hex.h - written and placed in the public domain by Wei Dai
+
+//! \file
+//! \brief Classes for HexEncoder and HexDecoder
+
#ifndef CRYPTOPP_HEX_H
#define CRYPTOPP_HEX_H