Documentation ¶
Overview ¶
Package aes provides wrapper methods on top of the AES GCM cipher for our own usage
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cipher ¶
type Cipher struct { KeyBytes []byte // contains filtered or unexported fields }
Cipher is wrapper of the AES GCM cipher and stores the raw key bytes
func New ¶
New constructs a new AES GCM cipher using the raw key bytes provided, the raw bytes must be either 16, 24, or 32 bytes
Click to show internal directories.
Click to hide internal directories.