summaryrefslogtreecommitdiff
path: root/algebra.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2015-11-18 15:32:28 -0500
committerJeffrey Walton <noloader@gmail.com>2015-11-18 15:32:28 -0500
commit6ac1e46a1fb01f01705b67dd553d5ba317b1dc3e (patch)
treef0d873d0b377a91dce5ee384e60426ef57efc92b /algebra.h
parentd2fda9bd4231a7dfcb44e59150f11246d992843f (diff)
downloadcryptopp-git-6ac1e46a1fb01f01705b67dd553d5ba317b1dc3e.tar.gz
Cleared issues 11,12,13 (Clang integrated assembler), 58 (RC rollup), 66 (Coverity rollup)
Diffstat (limited to 'algebra.h')
-rw-r--r--algebra.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/algebra.h b/algebra.h
index c14ed545..647a4d61 100644
--- a/algebra.h
+++ b/algebra.h
@@ -1,14 +1,15 @@
// algebra.h - written and placed in the public domain by Wei Dai
//! \file
-//! \brief Classes and functions for performing mathematics over different fields
+//! \headerfile algebra.h
+//! \brief Classes for performing mathematics over different fields
#ifndef CRYPTOPP_ALGEBRA_H
#define CRYPTOPP_ALGEBRA_H
#include "config.h"
-#include "integer.h"
#include "misc.h"
+#include "integer.h"
NAMESPACE_BEGIN(CryptoPP)