Mahavir Jain
73cfa42bd3
bignum: add provision for combined software and hardware MPI approach
...
For exponential mod (API mbedtls_mpi_exp_mod) operation, some ESP target
chips needs to have ability for both hardware and software implementation.
Hardware implementation provided performance advantage but it can only
support upto 3072 bit operations (e.g., ESP32-C3) and hence we fallback
to software implementation in such cases (e.g., 4096 bit operations).
Earlier this was handled using linker "--wrap" flag but that does not
work in all scenarios as API `mbedtls_mpi_exp_mod` is being used in
same tranlation (compilation unit).
This approach was found to be next best option with minimal changes in
mbedTLS library.
2021-11-26 14:46:39 +05:30
..
2015-06-25 10:59:56 +02:00
2020-11-09 20:44:12 +01:00
2020-08-19 16:37:36 +02:00
2020-08-19 16:37:36 +02:00
2021-05-25 18:45:46 +02:00
2020-08-19 16:37:36 +02:00
2020-08-19 16:37:36 +02:00
2021-03-04 14:43:17 +00:00
2021-11-26 14:46:39 +05:30
2020-08-19 16:37:36 +02:00
2021-05-25 18:45:46 +02:00
2020-08-19 16:37:36 +02:00
2020-08-19 16:37:36 +02:00
2020-08-19 16:37:36 +02:00
2020-08-19 16:37:36 +02:00
2020-11-06 15:26:52 +01:00
2020-08-19 16:37:36 +02:00
2020-11-28 12:14:57 -03:00
2021-07-05 18:47:36 +02:00
2021-02-22 19:40:41 +01:00
2021-06-21 10:14:41 +02:00
2020-08-19 16:37:36 +02:00
2021-06-10 10:40:37 +02:00
2020-08-19 16:37:36 +02:00
2021-01-26 18:04:10 +01:00
2021-01-25 10:36:37 +01:00
2021-06-28 10:24:20 +01:00
2021-07-07 20:34:07 +05:30
2020-10-01 17:17:37 +02:00
2021-03-30 17:33:12 +02:00
2020-11-16 13:07:51 +01:00
2020-08-19 16:37:36 +02:00
2020-08-19 16:37:36 +02:00
2020-08-19 16:37:36 +02:00
2021-07-07 20:34:01 +05:30
2019-02-18 14:50:57 +00:00
2020-09-09 15:17:11 +02:00
2020-09-09 15:18:05 +02:00
2020-09-09 15:18:05 +02:00
2020-08-19 16:37:36 +02:00
2020-08-19 16:37:36 +02:00
2020-08-19 16:37:36 +02:00
2021-06-20 23:19:05 +02:00
2021-06-01 13:03:34 +02:00
2020-08-19 16:37:36 +02:00
2020-08-19 16:37:36 +02:00
2020-12-07 16:47:02 +00:00
2020-08-19 16:37:36 +02:00
2021-06-29 09:44:04 -04:00
2020-09-09 15:17:11 +02:00
2020-08-19 16:37:36 +02:00
2020-08-19 16:37:36 +02:00
2021-04-28 13:54:16 +02:00
2021-02-02 12:52:18 +01:00
2020-11-13 09:17:16 +00:00
2020-08-19 16:37:36 +02:00
2020-08-19 16:37:36 +02:00
2020-09-09 15:18:05 +02:00
2020-08-19 16:37:36 +02:00
2021-02-22 19:40:41 +01:00
2020-09-09 15:18:05 +02:00
2020-09-09 15:18:05 +02:00
2020-09-09 15:18:05 +02:00
2020-08-19 16:37:36 +02:00
2021-05-19 16:54:32 +02:00
2021-06-29 15:19:26 +01:00
2020-08-19 16:37:36 +02:00
2020-11-18 13:54:38 +01:00
2020-08-19 16:37:36 +02:00
2021-07-07 20:34:07 +05:30
2021-02-22 19:40:41 +01:00
2020-08-19 16:37:36 +02:00
2021-02-17 12:50:52 +00:00
2020-08-19 16:37:36 +02:00
2020-08-19 16:37:36 +02:00
2020-08-25 10:58:15 +02:00
2021-07-07 20:34:01 +05:30
2020-08-19 16:37:36 +02:00
2020-08-19 16:37:36 +02:00
2020-08-19 16:37:36 +02:00
2020-08-19 16:37:36 +02:00
2020-08-19 16:37:36 +02:00