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