Versions in this module Expand all Collapse all v1 v1.0.1 Mar 1, 2020 Changes in this version + const GCMCipherKeyLength + type GCMCipherKey [GCMCipherKeyLength]byte + func GenerateGCMCipherKey() (*GCMCipherKey, error) + func NewGCMCipherKey(seed []byte) (*GCMCipherKey, error) + func (gck *GCMCipherKey) CodeName() string + func (gck *GCMCipherKey) Decrypt(cipherText []byte) ([]byte, error) + func (gck *GCMCipherKey) DecryptInPlace(cipherText []byte) ([]byte, error) + func (gck *GCMCipherKey) Encrypt(plainText []byte) ([]byte, error) + func (gck *GCMCipherKey) Key() []byte + func (gck *GCMCipherKey) Overhead() uint8