utimaco_pkcs11_loader 5.6.1

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

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

/// The Utimaco HSM is fully supported by the BaseHsm implementation
pub type Utimaco = cosmian_kms_base_hsm::BaseHsm;