2018-06-25 12:26:10 -07:00

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