converged-security-suite icon indicating copy to clipboard operation
converged-security-suite copied to clipboard

feat(api)!: Make SignKM accept generic crypto.Signer

Open werwurm opened this issue 1 year ago • 4 comments
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.

werwurm avatar Sep 06 '24 21:09 werwurm