mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-01-18 01:14:06 +00:00
66c9b84f93
Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
5 lines
233 B
Plaintext
5 lines
233 B
Plaintext
Changes
|
|
* Improve the performance of base64 constant-flow code. The result is still
|
|
slower than the original non-constant-flow implementation, but much faster
|
|
than the previous constant-flow implementation. Fixes #4814.
|