Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 4 days 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 (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-09-12T21:44:08.000Z (about 5 years ago)
- Last Synced: 2024-03-19T09:53:53.874Z (8 months ago)
- Topics: cryptography, golang, jwt, secp256k1
- Language: Go
- Size: 167 KB
- Stars: 0
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# jwt-go-secp256k1
[![Build Status](https://img.shields.io/travis/ureeves/jwt-go-secp256k1?style=flat-square)](https://travis-ci.org/ureeves/jwt-go-secp256k1)
[![codecov](https://img.shields.io/codecov/c/github/ureeves/jwt-go-secp256k1?style=flat-square)](https://codecov.io/gh/ureeves/jwt-go-secp256k1)
[![GoDoc](https://img.shields.io/badge/godoc-reference-%235272B4?style=flat-square)](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-RThe latter allows for public key recovery.