| Crates.io | psa-crypto |
| lib.rs | psa-crypto |
| version | 0.12.0 |
| created_at | 2020-06-03 13:20:54.171801+00 |
| updated_at | 2023-10-16 16:01:20.826461+00 |
| description | Wrapper around the PSA Cryptography API |
| homepage | |
| repository | https://github.com/parallaxsecond/rust-psa-crypto |
| max_upload_size | |
| id | 249660 |
| size | 218,333 |
This is the higher-level, more Rust-friendly interface.
The features of this crate can modify what is compiled in from the PSA Crypto specification:
operations: everything is included. The psa-crypto-sys crate statically
links by default Mbed Crypto. See the documentation of that
crate
to see how to modify the linking options. This feature is activated by default.interface: only the abstraction over the PSA Crypto interface (types,
helper methods) are included. The MBEDTLS_INCLUDE_DIR environment variable
is needed to produce Rust shims around PSA Crypto macros.