veraison / corim

CoRIM and CoMID manipulation library and CLI
Apache License 2.0
9 stars 7 forks source link

Add support for missing go-cose signing algorithms #84

Closed setrofim closed 1 year ago

setrofim commented 1 year ago

Add support for ES384, ES512, EdDSA, PS256, PS384, and PS512, which are supported by the go-cose library but were not being exposed here.

This addresses https://github.com/veraison/corim/issues/57