Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GCMEncrypter ¶
type GCMEncrypter struct {
// contains filtered or unexported fields
}
func NewGCMEncrypter ¶
func NewGCMEncrypter(key string) (*GCMEncrypter, error)
type NoopEncrypter ¶
type NoopEncrypter struct{}
func NewNoopEncrypter ¶
func NewNoopEncrypter() *NoopEncrypter