Documentation ¶
Overview ¶
Package gcmencryptor implements AES GCM encryption
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GCMEncryptor ¶
type GCMEncryptor struct {
// contains filtered or unexported fields
}
func New ¶
func New(key [32]byte) GCMEncryptor
Click to show internal directories.
Click to hide internal directories.