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"