kryoptic 1.5.0

A PKCS #11 software token written in Rust
docs.rs failed to build kryoptic-1.5.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: kryoptic-1.1.0

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.