# Functions
DecryptAES decrypts ciphertext with key, see https://golang.org/pkg/crypto/cipher/#NewCFBDecrypter.
EncryptAES encrypts plaintext with key, see https://golang.org/pkg/crypto/cipher/#NewCFBEncrypter.
No description provided by the author
No description provided by the author
No description provided by the author
PanicOnError panics if the given error is not nil DO NOT USE WITH DEFER.
PanicOnErrorFunc panics if the given function execution error is not nil.
# Structs
No description provided by the author