Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update key pair sanity check mechanism
The key pair sanity check mechanism in the hsm.go file has been updated. Previously, it used the `CKM_SHA256` mechanism from the pkcs11 package, but now it is using the `CKM_ECDSA_SHA256` mechanism. This change helps to improve the security of the key pair verification process.
- Loading branch information