5 lines
171 B
Go
5 lines
171 B
Go
// Package crypto implements "SigningMethods" and "EncryptionMethods";
|
|
// that is, ways to sign and encrypt JWS and JWEs, respectively, as well
|
|
// as JWTs.
|
|
package crypto
|