* docs: add Oracle Key Vault integration * fix: align cosmian_findex version with client-repo version * fix: clean Cargo.lock * fix: update Cargo.lock * chore: upgrade some deps * chore: rebase with develop * test: add end-to-end test on cosmian_pkcs11 crate |
||
---|---|---|
.. | ||
sys | ||
README.md |
Folder structure
- base Rust PKCS#11 bindings and traits that can be used to create a PKCS#11 client or a PKCS#11 provider
- a PKCS#11 library to interface the KMS (the
provider
crate) from a PKCS#11 compliant application such as LUKS
-
sys
crateThe sys crate is generated from the cryptoki headers files using
bindgen
and provides Linux and Windows bindings for the PKCS#11 API.