]> Git Repo - secp256k1.git/commit - .travis.yml
variable signing precompute table
authordjb <[email protected]>
Sun, 18 Oct 2015 08:35:16 +0000 (10:35 +0200)
committerdouglasbakkum <[email protected]>
Thu, 5 Sep 2019 07:19:41 +0000 (09:19 +0200)
commitdcb2e3b3fff0b287d576842aabe5c79f2fe4df30
tree436986a29779ce262aabf850285571d5af0081a3
parentb4bff99028e8e3fdbb5781bd09c7df8f426d894b
variable signing precompute table

make ECMULT_GEN_PREC_BITS configurable

ecmult_static_context.h: add compile time config assertion (#3) - Prevents accidentally using a file which was generated with a
different configuration.

README: mention valgrind issue

With --with-ecmult-gen-precision=8, valgrind needs a max stack size
adjustment to not run into a stack switching heuristic:

http://valgrind.org/docs/manual/manual-core.html

> -max-stackframe= [default: 2000000]
> The maximum size of a stack frame. If the stack pointer moves by more than this amount then Valgrind will assume that the program is switching to a different stack.
You may need to use this option if your program has large stack-allocated arrays.

basic-config: undef ECMULT_WINDOW_SIZE before (re-)defining it
.travis.yml
Makefile.am
README.md
configure.ac
src/basic-config.h
src/ecmult_gen.h
src/ecmult_gen_impl.h
src/gen_context.c
This page took 0.023929 seconds and 4 git commands to generate.