...

Source file src/github.com/lestrrat-go/jwx/jwa/jwa.go

Documentation: github.com/lestrrat-go/jwx/jwa

     1  //go:generate ./gen.sh
     2  
     3  // Package jwa defines the various algorithm described in https://tools.ietf.org/html/rfc7518
     4  package jwa
     5  

View as plain text