summaryrefslogtreecommitdiff
path: root/polynomi.h
diff options
context:
space:
mode:
Diffstat (limited to 'polynomi.h')
-rw-r--r--polynomi.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/polynomi.h b/polynomi.h
index 96dd238a..025ee67b 100644
--- a/polynomi.h
+++ b/polynomi.h
@@ -1,15 +1,11 @@
// polynomi.h - originally written and placed in the public domain by Wei Dai
-/// \file
-/// \headerfile polynomi.h
+/// \file polynomi.h
/// \brief Classes for polynomial basis and operations
-
#ifndef CRYPTOPP_POLYNOMI_H
#define CRYPTOPP_POLYNOMI_H
-/*! \file */
-
#include "cryptlib.h"
#include "secblock.h"
#include "algebra.h"