-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does PSA Crypto belong in this crate #164
Comments
Okay, I now found:
so, it appears that psa/crypto.h has been explicitely excluded. Is there a reason for that? |
PSA is more heavily used in mbedtls 3.X, but because of #320, we are not planning to add/export PSA API in |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The PSA API https://armmbed.github.io/mbed-crypto/html/about.html is implemented by mbedtls.
As far as I can see (I might have missed stuff), the mbedtls-auto-sys module is not wrapping the psa_* functions, but rather the underlying mbedtls functions. If this is wrong, and I've missed stuff, please say so.
If I'm right, then I guess I need to understand how to make bindgen do it's thing.
The text was updated successfully, but these errors were encountered: