Hardware Security Module integration
Donanim Guvenlik Modulu entegrasyonu
PKCS#11 baglantilari
pkcs11 = "0.5"PKCS#11 kutuphanesi
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: