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
..
2021-04-30 00:07:04 +02:00
2021-01-26 13:57:46 +01:00
2021-04-30 00:07:04 +02:00
2021-04-30 00:07:04 +02:00
2021-06-01 10:02:13 +08:00
2021-04-30 00:07:04 +02:00
2021-05-12 17:46:56 -06:00
2021-05-21 17:05:21 +01:00
2021-05-10 19:54:11 +02:00
2021-03-09 16:09:18 +00:00
2021-04-27 17:20:56 +01:00
2021-04-27 17:20:56 +01:00
2021-05-27 14:27:43 +02:00