You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was wondering if it makes sense to expose, potentially behind a feature flag, types that can be used for (de)serializing the various key types supported by PSA crypto. So, something like what we implement in Parsec, but for all types of keys.
This would help Parsec as well, and any users of the psa-crypto crate who want proper support for the "whole" PSA crypto interface.
The text was updated successfully, but these errors were encountered:
I was wondering if it makes sense to expose, potentially behind a feature flag, types that can be used for (de)serializing the various key types supported by PSA crypto. So, something like what we implement in Parsec, but for all types of keys.
This would help Parsec as well, and any users of the
psa-crypto
crate who want proper support for the "whole" PSA crypto interface.The text was updated successfully, but these errors were encountered: