Documentation ¶
Overview ¶
Package aesgcm provides a simple API to symmetric key encrypt/decrypt with AES Galois/Counter Mode (GCM),
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateKey ¶
CreateKey returns a valid key (secret) of a certain size, to be used when encrypting/decrypting AES.
This function should be used by applications importing this lib. E.g by servers where the key must be known to the clients where encryption is involved.
Types ¶
Click to show internal directories.
Click to hide internal directories.