cryptosense / pkcs11

OCaml bindings for the PKCS#11 cryptographic API
BSD 2-Clause "Simplified" License
22 stars 6 forks source link
bindings cryptography ocaml pkcs11

pkcs11 — Bindings to the PKCS#11 cryptographic API

Build Status Documentation

PKCS#11 is an API used by smart cards and Hardware Security Modules to perform cryptographic operations such as signature or encryption.

This library is made of several packages:

The entry point of this library is P11.load_driver. Examples are available in test/examples/.