summaryrefslogtreecommitdiff
path: root/gf256.h
diff options
context:
space:
mode:
Diffstat (limited to 'gf256.h')
-rw-r--r--gf256.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/gf256.h b/gf256.h
index 47f35e4c..13500f33 100644
--- a/gf256.h
+++ b/gf256.h
@@ -1,3 +1,8 @@
+// gf256.h - written and placed in the public domain by Wei Dai
+
+//! \file gf256.h
+//! \brief Classes and functions for schemes over GF(256)
+
#ifndef CRYPTOPP_GF256_H
#define CRYPTOPP_GF256_H
@@ -6,7 +11,7 @@
NAMESPACE_BEGIN(CryptoPP)
-//! GF(256) with polynomial basis
+//! \brief GF(256) with polynomial basis
class GF256
{
public: