From bc13b3aa722df8c5e70b1cb71c3d5ee4904208ad Mon Sep 17 00:00:00 2001 From: lloyd Date: Fri, 7 Nov 2008 00:58:26 +0000 Subject: Reformat for shorter lines --- src/math/gfpmath/point_gfp.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/math/gfpmath') 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); -- cgit v1.2.3