Function psa_crypto::initialized [−][src]
Expand description
Check if the PSA Crypto library has been initialized
Example
use psa_crypto::{initialized, init};
init().unwrap();
initialized().unwrap();Check if the PSA Crypto library has been initialized
Example
use psa_crypto::{initialized, init};
init().unwrap();
initialized().unwrap();