kXuan ba9cb76e9f
static initialize comb table
MBEDTLS_ECP_FIXED_POINT_OPTIM aims to speed up ecc multiplication performance.

We compute the comb table in runtime now. It is a costly operation.

This patch add a pre-computed table to initialize well-known curves. It speed up ECDSA signature verify process in runtime by using more ROM size.

Signed-off-by: kXuan <kxuanobj@gmail.com>
2021-06-01 10:02:13 +08:00
..
cmake_subproject
benchmark.c static initialize comb table 2021-06-01 10:02:13 +08:00
CMakeLists.txt
cpp_dummy_build.cpp
query_compile_time_config.c
query_config.h
selftest.c
udp_proxy_wrapper.sh
udp_proxy.c avoid "maybe-uninitialized" and "free-nonheap-object" errors/warnings with gcc11 2021-05-19 11:31:37 -04:00
zeroize.c