Library to simplify PKCS#11 interaction for cryptographic operations
Library to simplify the interaction with PKCS#11
$ pkg-config --modversion pkcs11-helper$ pkg-config --cflags --libs pkcs11-helper$ ls /usr/local/include/pkcs11-helper/$ gcc myprogram.c -lpkcs11-helper -o myprogram$ find /usr/local -name '*pkcs11-helper*' -type f