issues
search
cryptosense
/
pkcs11
OCaml bindings for the PKCS#11 cryptographic API
BSD 2-Clause "Simplified" License
22
stars
6
forks
source link
Split P11 into several modules
#44
Closed
emillon
closed
7 years ago
emillon
commented
7 years ago
This splits the
P11
module into several submodules.
👍
easier to jump to individual modules
can leverage module aliases in the future
does not needlessly couple everything to
P11
(in particular this makes it possible to refactor modules independently)
👎
slower build times
squats more P11_x module names
This splits the
P11
module into several submodules.👍
P11
(in particular this makes it possible to refactor modules independently)👎