pkcs11
pkcs11 copied to clipboard
Add the FindPublicKey/FindPrivateKey/FindSecretKey convenience methods to the p11.Session interface
https://github.com/miekg/pkcs11/pull/100 introduced the FindPublicKey/FindPrivateKey/FindSecretKey convenience methods but didn't add them to the p11.Session interface, which makes them impossible to actually use.
Can they be added to the interface?