| Crates.io | kryoptic |
| lib.rs | kryoptic |
| version | 1.4.0 |
| created_at | 2025-03-11 17:23:41.908632+00 |
| updated_at | 2025-12-08 15:36:14.410168+00 |
| description | A PKCS #11 software token written in Rust |
| homepage | https://github.com/latchset/kryoptic |
| repository | https://github.com/latchset/kryoptic |
| max_upload_size | |
| id | 1588228 |
| size | 29,001 |
This crate provides the shared library (.so, .dylib, .dll)
implementation of the Kryoptic PKCS#11 soft-token.
It exposes the standard C_GetFunctionList, C_GetInterface and
C_GetInterfaceList entry points for applications that consume PKCS#11
modules.
The actual implementation of the token can be found in the main
kryoptic-lib crate.