feat: update pkcs11 piv

This commit is contained in:
2024-07-07 10:15:23 +08:00
parent 781d173b86
commit e1e72ed097
5 changed files with 217 additions and 17 deletions

View File

@@ -23,6 +23,7 @@ use native_pkcs11_traits::SignatureAlgorithm;
mod backend;
pub mod certificate;
pub mod key;
mod pinentry;
pub type Result<T> = std::result::Result<T, Error>;