A PKCS#11 module with only stub functions.
Fork, clone or download this repository and use it as base for your own PKCS#11 module.
To build this module, you just run:
./download_headers.sh
go build --buildmode=c-shared -o bin/Note: Because of Cgo, gcc is expected to be installed.