psa-crypto 0.1.0

Wrapper around the PSA Cryptography API
Documentation

PSA Cryptography API Rust Wrapper

This is the higher-level, more Rust-friendly interface.

Mbed Crypto backing

The psa-crypto comes by default with Mbed Crypto backing for the interface exposed. If the functionality of the library is not important/relevant, the interface type system (that offers functionality for identifying cryptographic algorithms and modelling key metadata) can be used independently by disabling the default features of the crate. The feature adding the Mbed Crypto support is with-mbed-crypto.