mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-03-30 20:07:01 +00:00
Fix formatting
This commit is contained in:
parent
40b3f411ec
commit
f296cdb2ab
|
@ -18,11 +18,11 @@
|
||||||
|
|
||||||
### Performance improvements
|
### Performance improvements
|
||||||
|
|
||||||
* Remove a useless call to mbedtls_ecp_group_free(). Contributed by Alexander Krizhanovsky in #210.
|
* Remove a useless call to `mbedtls_ecp_group_free()`. Contributed by Alexander Krizhanovsky in #210.
|
||||||
* Speed up PBKDF2 by caching the digest calculation. Contributed by Jack Lloyd and Fortanix Inc in #277.
|
* Speed up PBKDF2 by caching the digest calculation. Contributed by Jack Lloyd and Fortanix Inc in #277.
|
||||||
|
|
||||||
### Other changes
|
### Other changes
|
||||||
|
|
||||||
* Remove the technical possibility to define custom md_info structures, which was exposed only in an internal header.
|
* Remove the technical possibility to define custom `mbedtls_md_info` structures, which was exposed only in an internal header.
|
||||||
|
|
||||||
## Mbed Crypto 2.0.0
|
## Mbed Crypto 2.0.0
|
||||||
|
|
Loading…
Reference in a new issue