Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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-R

The latter allows for public key recovery.