summaryrefslogtreecommitdiff
path: root/rw.h
diff options
context:
space:
mode:
Diffstat (limited to 'rw.h')
-rw-r--r--rw.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/rw.h b/rw.h
index 37875e31..aaaef6f9 100644
--- a/rw.h
+++ b/rw.h
@@ -1,10 +1,12 @@
+// rw.h - written and placed in the public domain by Wei Dai
+
+//! \file rw.h
+//! \brief Classes for Rabin-Williams signature schemes
+//! \details Rabin-Williams signature schemes as defined in IEEE P1363.
+
#ifndef CRYPTOPP_RW_H
#define CRYPTOPP_RW_H
-/** \file
- This file contains classes that implement the
- Rabin-Williams signature schemes as defined in IEEE P1363.
-*/
#include "cryptlib.h"
#include "pubkey.h"