Hardware Security Module integration
Donanım Güvenlik Modülü entegrasyonu
PKCS#11 bağlantıları
pkcs11 = "0.5"PKCS#11 kütüphanesi
cryptoki = "0.6"Copy this Cargo.toml to get started:
[package]
name = "my-hsm-interface"
version = "0.1.0"
edition = "2021"
[dependencies]
pkcs11 = "0.5"
cryptoki = "0.6"
thiserror = "1"
tracing = "0.1"Learn these patterns to build this project effectively: