mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-09-23 02:27:24 +00:00
Restricting the built-in key range would be an API break since applications can hard-code a built-in key value and expect that it won't clash with anything else. Make it harder to accidentally break the API. Signed-off-by: Gilles Peskine <[email protected]>