rust-cryptoki icon indicating copy to clipboard operation
rust-cryptoki copied to clipboard

Remove psa_crypto dependency

Open gowthamsk-arm opened this issue 2 years ago • 0 comments

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.

gowthamsk-arm avatar Sep 02 '22 13:09 gowthamsk-arm