Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 631 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 631 Bytes

jwt-go-secp256k1

Build Status codecov GoDoc

An implementation of a secp256k1 SignatureMethod for github.com/dgrijalva/jwt-go.

Implements two different algorithms:

  • ES256K
  • ES256K-R

The latter allows for public key recovery.