aboutsummaryrefslogtreecommitdiffstats
path: root/src/math/gfpmath/point_gfp.h
diff options
context:
space:
mode:
authorlloyd <[email protected]>2008-10-13 20:05:51 +0000
committerlloyd <[email protected]>2008-10-13 20:05:51 +0000
commit0fe7514e9f8890f01405651e42b037602082f488 (patch)
tree970a35efc995d03b6009526a5fea641b2fe71b35 /src/math/gfpmath/point_gfp.h
parent99dfd438b2b244f0a8e5035608ea7a6cf6496132 (diff)
Add trailing H__ to some header guards. Line wrap long comment.
Diffstat (limited to 'src/math/gfpmath/point_gfp.h')
-rw-r--r--src/math/gfpmath/point_gfp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/math/gfpmath/point_gfp.h b/src/math/gfpmath/point_gfp.h
index 4ecc3e936..8b00987aa 100644
--- a/src/math/gfpmath/point_gfp.h
+++ b/src/math/gfpmath/point_gfp.h
@@ -275,7 +275,7 @@ PointGFp operator*(const BigInt& scalar, const PointGFp& point);
PointGFp operator*(const PointGFp& point, const BigInt& scalar);
PointGFp mult_point_secure(const PointGFp& point, const BigInt& scalar, const BigInt& point_order, const BigInt& max_secret);
-PointGFp const mult2 (const PointGFp& point);
+PointGFp const mult2(const PointGFp& point);
PointGFp const create_random_point(RandomNumberGenerator& rng,
const CurveGFp& curve);