math/gfx-sqr.c: Use bithacking rather than a table for squaring.
authorMark Wooding <mdw@distorted.org.uk>
Thu, 1 Feb 2024 14:32:42 +0000 (14:32 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Thu, 1 Feb 2024 14:36:05 +0000 (14:36 +0000)
commitd9d9e6456f3f6d03a0ae1d1eb78e6796ecdb7fab
treeac1f2cc5152174f2031fcaf5633bc97c97abf5d1
parent48af823d9b5218ce32d7590b786d3b1cd089b68c
math/gfx-sqr.c: Use bithacking rather than a table for squaring.

This gives a modest performance improvement to binary-curve scalar
multiplication.
math/Makefile.am
math/gfx-sqr-mktab.c [deleted file]
math/gfx-sqr.c