5 lines
171 B
Go
Raw Normal View History

2018-06-21 10:49:35 -04:00
// Package crypto implements "SigningMethods" and "EncryptionMethods";
// that is, ways to sign and encrypt JWS and JWEs, respectively, as well
// as JWTs.
package crypto