mirror of
https://github.com/status-im/consul.git
synced 2025-01-11 14:24:39 +00:00
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
|