mbedtls_mpi_write_string() could be reduced to use less RAM. #2216
Labels
component-crypto
Crypto primitives and low-level interfaces
enhancement
historical-reviewed
Reviewed & agreed to keep legacy PR/issue
Description
As mentioned in Refactor mpi_write_hlp to not be recursive #2214 (review),
mbedtls_mpi_write_string()
could be reduced to use less RAM.Enhancement\Feature Request
Justification - why does the library need this feature?
It always best to reduce RAM usage, and
mbedtls_mpi_write_string()
is not time-criticalSuggested enhancement
From #2214 (review):
From #2214 (review):
The text was updated successfully, but these errors were encountered: