cryptosense / pkcs11

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

Remove P11 dependency on Ctypes #55

Closed bbc2 closed 7 years ago

bbc2 commented 7 years ago

This mainly moves high level PKCS#11 bindings from P11 to a new P11_high_level module. This new module depends on Pkcs11 but that's not the case of P11 anymore.

bbc2 commented 7 years ago

And I just modified _tags as you suggested.

emillon commented 7 years ago

Thanks!