https://github.com/ureeves/jwt-go-secp256k1
A secp256k1 signature method for dgrijalva/jwt-go.
https://github.com/ureeves/jwt-go-secp256k1
cryptography golang jwt secp256k1
Last synced: 10 months ago
JSON representation
A secp256k1 signature method for dgrijalva/jwt-go.
- Host: GitHub
- URL: https://github.com/ureeves/jwt-go-secp256k1
- Owner: ureeves
- License: mit
- Created: 2019-08-31T13:18:34.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-09-12T21:44:08.000Z (almost 7 years ago)
- Last Synced: 2024-11-15T00:43:12.664Z (over 1 year ago)
- Topics: cryptography, golang, jwt, secp256k1
- Language: Go
- Size: 167 KB
- Stars: 0
- Watchers: 1
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# jwt-go-secp256k1
[](https://travis-ci.org/ureeves/jwt-go-secp256k1)
[](https://codecov.io/gh/ureeves/jwt-go-secp256k1)
[](https://godoc.org/github.com/ureeves/jwt-go-secp256k1)
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.