This package is intended to be compiled into a C shared library for use by non-Golang clients to perform certificate and signing operations.
The shared library exports language-specific wrappers around the Golang client APIs.
Example compilation command: go build -buildmode=c-shared -o signer.dylib main.go