converged-security-suite
converged-security-suite copied to clipboard
feat(api)!: Make SignKM accept generic crypto.Signer
trafficstars
Accepting crypto.PrivateKey uneccessarily restricts this library to software crypto algorithms provided by the golang crypto packages. By allowing the more generic crypto.Signer interface alternative implementations, e.g., backed by HSMs, can be supported.