diff options
author | lloyd <[email protected]> | 2009-10-07 15:53:03 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2009-10-07 15:53:03 +0000 |
commit | 56ebd3dfdab9e0f6b84773f7447ea0a0c52236e5 (patch) | |
tree | 864e4eb20f3a81b03ff17b665a0de203e5ea114f /src/math/gfpmath/point_gfp.cpp | |
parent | 7c71072fe090b9925715614861471b7e51a70a56 (diff) |
Add 'Distributed under...' text to files missing it. Some format cleanups
Diffstat (limited to 'src/math/gfpmath/point_gfp.cpp')
-rw-r--r-- | src/math/gfpmath/point_gfp.cpp | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/src/math/gfpmath/point_gfp.cpp b/src/math/gfpmath/point_gfp.cpp index 9139c3ef9..b67631f7b 100644 --- a/src/math/gfpmath/point_gfp.cpp +++ b/src/math/gfpmath/point_gfp.cpp @@ -1,12 +1,11 @@ -/****** -* Arithmetic for point groups of elliptic curves -* over GF(p) (source file) +/* +* Arithmetic for point groups of elliptic curves over GF(p) * -* (C) 2007 Martin Doering -* Christoph Ludwig -* Falko Strenzke +* (C) 2007 Martin Doering, Christoph Ludwig, Falko Strenzke * 2008 Jack Lloyd -******/ +* +* Distributed under the terms of the Botan license +*/ #include <botan/point_gfp.h> #include <botan/numthry.h> @@ -688,8 +687,6 @@ void PointGFp::turn_on_sp_red_mul() const * returns a point equivalent to *this but were * Z has value one, i.e. x and y correspond to * their values in affine coordinates -* -* Distributed under the terms of the Botan license */ PointGFp const PointGFp::get_z_to_one() const { |