mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-08-04 10:17:47 +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]>