kryoptic

Crates.iokryoptic
lib.rskryoptic
version1.4.0
created_at2025-03-11 17:23:41.908632+00
updated_at2025-12-08 15:36:14.410168+00
descriptionA PKCS #11 software token written in Rust
homepagehttps://github.com/latchset/kryoptic
repositoryhttps://github.com/latchset/kryoptic
max_upload_size
id1588228
size29,001
Simo Sorce (simo5)

documentation

README

Kryoptic PKCS#11 Module

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.

Commit count: 952

cargo fmt