hyperledger-archives / aries-framework-go

Hyperledger Aries Framework Go provides packages for building Agent / DIDComm services.
https://wiki.hyperledger.org/display/ARIES/aries-framework-go
Apache License 2.0
238 stars 160 forks source link

Add secp256k1 keyTmplate and primitive support #1285

Open baha-ai opened 4 years ago

baha-ai commented 4 years ago

currently secp256k1 is not supported in Tink. Add support for it (in aries-framework-go)

llorllale commented 4 years ago

@Baha-sk FYI both secp256k1 and ES256K have just been added to the IANA JWA registry as JSON Web Key Elliptic Curve and signing algorithm respectively.

baha-ai commented 4 years ago

@Baha-sk FYI both secp256k1 and ES256K have just been added to the IANA JWA registry as JSON Web Key Elliptic Curve and signing algorithm respectively.

It's good to know @llorllale , it is not going to be supported natively in go for a while though, unless someone is currently working on updating the standard library.