mozilla-services / go-cose

go library for CBOR Object Signing and Encryption (COSE)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

make sure COSE wg examples are up to date

g-k opened this issue · comments

It's OK if the test cases fail, but it'd be good to update them.

Both the examples fail for me with "hash function is not available", resolved by importing _ "crypto/sha256". Added to this issue as seemed the same.

go run example/sign.go
panic: Error signing the message hash function is not available

This was resolved by importing
_ "crypto/sha256"

So now if run
go run example/sign.go
Message signature (ES256): 34adc2ae2fe83bb97047bed291f98874da23671e400b6f3592d78f1792c33965351ababb34199ca3bed900f63804e3f81ba03a2aa97fec0e2636b63b49c2c7b9

We are no longer making changes to this repository. See README update for more information.