softhsm2_pkcs11_loader 5.7.0

Utimaco HSM PKCS#11 loader
Documentation
1
2
3
4
5
6
7
8
//! Copyright 2024 Cosmian Tech SAS

#[cfg(test)]
#[cfg(feature = "softhsm2")]
mod tests;

/// The softhsm2 is fully supported by the BaseHsm implementation
pub type Softhsm2 = cosmian_kms_base_hsm::BaseHsm;