[][src]Crate psa_crypto

PSA Cryptography API Wrapper

This crate provides abstraction over an implementation of the PSA Cryptography API. Please check the API here for a more complete description of operations and types. This abstraction is built on top of the psa-crypto-sys crate.

Re-exports

pub use psa_crypto_sys as ffi;

Modules

operations

PSA Operations

types

PSA Types

Functions

init

Initialize the PSA Crypto library

initialized

Check if the PSA Crypto library has been initialized