mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-02-02 21:11:07 +00:00
Merge pull request #125 from gilles-peskine-arm/readme-fix-api-links
Fix PSA Crypto API links in README
This commit is contained in:
commit
f479aaef9b
|
@ -30,7 +30,7 @@ There are currently a few deviations where the library does not yet implement th
|
|||
|
||||
### PSA Cryptography API
|
||||
|
||||
You can read the [complete PSA cryptography API specification as a PDF document](https://github.com/ARMmbed/mbed-crypto/blob/psa-crypto-api/docs/PSA_Cryptography_API_Specification.pdf). The API reference is also available in [HTML format](https://htmlpreview.github.io/?https://github.com/ARMmbed/mbed-crypto/blob/psa-crypto-api/docs/html/index.html).
|
||||
You can read the [complete PSA cryptography API specification as a PDF document](https://github.com/ARMmbed/mbed-crypto/raw/psa-crypto-api/docs/PSA_Cryptography_API_Specification.pdf). The API reference is also available in [HTML format](https://armmbed.github.io/mbed-crypto/html/index.html).
|
||||
|
||||
### Browsable library documentation
|
||||
|
||||
|
|
Loading…
Reference in a new issue