cryptosense / pkcs11

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

Add a high-level digest operation #91

Closed emillon closed 6 years ago

emillon commented 6 years ago

It is built on top of C_DigestInit & C_Digest. The way it works is similar to C_Sign.

An example is added as well.

Closes #88