Although there are lots of algorithms are defined in [algorithms.go](https://github.com/veraison/go-cose/blob/master/algorithms.go), most of them are not implemented. Since COSE is often compared with JOSE, we would like support the following additional algorithms in `go-cose`, with test coverage: - `EdDSA` - `PS384` - `PS512` [Notary algorithms](https://github.com/notaryproject/notaryproject/blob/main/signature-specification.md#signature-algorithm-requirements)
Although there are lots of algorithms are defined in algorithms.go, most of them are not implemented.
Since COSE is often compared with JOSE, we would like support the following additional algorithms in
go-cose, with test coverage:EdDSAPS384PS512Notary algorithms