kryoptic 1.5.1

A PKCS #11 software token written in Rust
1
2
3
4
5
6
7
8
9
10
11
# 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.