summaryrefslogtreecommitdiff
path: root/dsa.h
diff options
context:
space:
mode:
Diffstat (limited to 'dsa.h')
-rw-r--r--dsa.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/dsa.h b/dsa.h
index 9c9b50cb..3b530f27 100644
--- a/dsa.h
+++ b/dsa.h
@@ -1,9 +1,12 @@
+// dsa.h - written and placed in the public domain by Wei Dai
+
+//! \file
+//! \headerfile dsa.h
+//! \brief Classes for DSA signature algorithm
+
#ifndef CRYPTOPP_DSA_H
#define CRYPTOPP_DSA_H
-/** \file
-*/
-
#include "cryptlib.h"
NAMESPACE_BEGIN(CryptoPP)