feat(api)!: Make SignKM accept generic crypto.Signer #655
golangci-lint.yml
on: pull_request
lint
38s
commitlint
12s
Annotations
1 error
commitlint
You have commit messages with errors
⧗ input: Make SignKM accept generic crypto.Signer
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.
✖ subject may not be empty [subject-empty]
✖ type may not be empty [type-empty]
✖ found 2 problems, 0 warnings
ⓘ Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint
|