rust-cryptoki
rust-cryptoki copied to clipboard
Remove psa_crypto dependency
The conversions impl TryFrom<psa_crypto::types::algorithm::Algorithm> for Mechanism
and pub fn from_psa_crypto_hash
should be removed from cryptoki crate as ideally cryptoki
should really not depend on psa-crypto
. Instead we should have these functions implemented in the parsec service.