mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2026-04-20 22:05:15 +00:00
4 lines
233 B
Text
4 lines
233 B
Text
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.
|