aboutsummaryrefslogtreecommitdiffstats
path: root/src/math/gfpmath/point_gfp.h
diff options
context:
space:
mode:
authorlloyd <[email protected]>2008-11-07 00:58:26 +0000
committerlloyd <[email protected]>2008-11-07 00:58:26 +0000
commitbc13b3aa722df8c5e70b1cb71c3d5ee4904208ad (patch)
tree1e1f1715f952ca78bba3b0cb69b6bc1075698036 /src/math/gfpmath/point_gfp.h
parent12928214884343cf6ba0364b1b87d992cc5fa875 (diff)
Reformat for shorter lines
Diffstat (limited to 'src/math/gfpmath/point_gfp.h')
-rw-r--r--src/math/gfpmath/point_gfp.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/math/gfpmath/point_gfp.h b/src/math/gfpmath/point_gfp.h
index 8b00987aa..687777075 100644
--- a/src/math/gfpmath/point_gfp.h
+++ b/src/math/gfpmath/point_gfp.h
@@ -273,7 +273,10 @@ PointGFp operator-(const PointGFp& lhs);
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 mult_point_secure(const PointGFp& point,
+ const BigInt& scalar,
+ const BigInt& point_order,
+ const BigInt& max_secret);
PointGFp const mult2(const PointGFp& point);