diff options
Diffstat (limited to 'src/math/gfpmath/gfp_modulus.h')
-rw-r--r-- | src/math/gfpmath/gfp_modulus.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/math/gfpmath/gfp_modulus.h b/src/math/gfpmath/gfp_modulus.h index 5edf44ba0..2bf48b8b6 100644 --- a/src/math/gfpmath/gfp_modulus.h +++ b/src/math/gfpmath/gfp_modulus.h @@ -10,8 +10,8 @@ ******************************************************/ -#ifndef BOTAN_MATH_GF_GFP_MODULUS_H_GUARD_ -#define BOTAN_MATH_GF_GFP_MODULUS_H_GUARD_ +#ifndef BOTAN_GFP_MODULUS_H__ +#define BOTAN_GFP_MODULUS_H__ #include <botan/bigint.h> @@ -44,8 +44,8 @@ class GFpModulus {} /** - * Tells whether the precomputations necessary for the use of the montgomery - * multiplication have yet been established. + * Tells whether the precomputations necessary for the use of the + * montgomery multiplication have yet been established. * @result true if the precomputated value are already available. */ inline bool has_precomputations() const @@ -122,3 +122,4 @@ class GFpModulus } #endif + |