cryptosense / pkcs11

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

P11_driver: add an API not based on modules #87

Closed emillon closed 6 years ago

emillon commented 6 years ago

First class modules are handy, but a bit verbose, and the type inference is limited.

This new API complements the former one for cases when packed modules are passed around.