mattrglobal / pairing_crypto

A library for pairing based cryptography
Apache License 2.0
14 stars 7 forks source link

feat(tool): add key-gen tool to gen and output keys for JOSE/COSE format #102

Closed dev0x1 closed 1 year ago

dev0x1 commented 1 year ago

CLI tool to generate key-pairs supported by pairing_crypto lib. It outputs keys in the key representation formats of JSON Web Key (JWK) and COSE (COSE_Key) as specified in the Barreto-Lynn-Scott Elliptic Curve Key Representations for JOSE and COSE specification.

tplooker commented 1 year ago

Closing as we wont merge into core code base.