]> Git Repo - secp256k1.git/commit
Make WINDOW_G configurable
authorTim Ruffing <[email protected]>
Wed, 6 Mar 2019 12:12:33 +0000 (13:12 +0100)
committerTim Ruffing <[email protected]>
Fri, 24 May 2019 19:02:31 +0000 (21:02 +0200)
commit2842dc523e88ff8f01c16486a1601ee49f4e60ff
treedd169a322f0018ff0cdd97564c16e0dc2b30c4a4
parent1a02d6ce518c16a9a85f226b7cac97c2ddfa9144
Make WINDOW_G configurable

This makes WINDOW_G a configurable value in the range of [2..24].
The upper limit of 24 is a defensive choice. The code is probably
correct for values up to 27 but those larger values yield in huge
tables (>= 256MiB), which are i) unlikely to be really beneficial
in practice and ii) increasingly difficult to test.
configure.ac
src/basic-config.h
src/ecmult_impl.h
This page took 0.027605 seconds and 4 git commands to generate.