/jwt-go-secp256k1

A secp256k1 signature method for dgrijalva/jwt-go.

Primary LanguageGo

jwt-go-secp256k1

An implementation of a secp256k1 Verification Method for github.com/golang-jwt/jwt.

Implements two different algorithms:

  • ES256K
  • ES256K-R

The latter allows for public key recovery.