Documentation
¶
Index ¶
Constants ¶
View Source
const (
AesGcm = "aes-gcm"
)
Variables ¶
View Source
var ErrPayloadTooShort = errors.New("payload too short")
ErrPayloadTooShort is returned when the payload is too short to be decrypted. In some situations, the error may instead be io.ErrUnexpectedEOF or a cipher-specific error.
Functions ¶
func NewAesGcmCipher ¶
func NewAesGcmCipher() aesGcmCipher
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.