# Functions
FindPKCS11Lib IS ONLY USED FOR TESTING This is a convenience function.
New returns a new instance of a BCCSP that uses PKCS#11 standard interfaces to generate and use elliptic curve key pairs for signing and verification using curves that satisfy the requested security level from opts.
WithKeyMapper returns an option that configures the Provider to use the provided function to map a subject key identifier to a cryptoki CKA_ID identifer.
# Structs
A KeyIDMapping associates the CKA_ID attribute of a cryptoki object with a subject key identifer.
PKCS11Opts contains options for the P11Factory.
No description provided by the author
# Type aliases
An Option is used to configure the Provider.