//! Copyright 2024 Cosmian Tech SAS
use ;
/// Path to the Utimaco `PKCS#11` shared library
pub const UTIMACO_PKCS11_LIB: &str = "/lib/libcs_pkcs11_R3.so";
;
/// The Utimaco HSM is fully supported by the `BaseHsm` implementation
pub type Utimaco = BaseHsm;