# Functions
NewAESEncrypter initialize a new AESEncrypter interfaced with Encrypter.
NewChaChaEncrypter initialize a new ChaChaStream interfaced with Encrypter.
NewChaChaStream initialize a new ChaChaStream interfaced with Stream.
NewInsecureStream initialize a new InsecureStream interfaced with CryptoStream.
NewSalsaStream initialize a new SalsaStream interfaced with CryptoStream.
NewTwoFishEncrypter initialize a new TwoFishEncrypter interfaced with Encrypter.
# Structs
AESEncrypter is an AES cipher that implements Encrypter interface.
ChaChaStream is a ChaCha20 cipher that implements Stream and Encrypter interface.
InsecureStream is a fake cipher that implements CryptoStream interface.
SalsaStream is a Salsa20 cipher that implements CryptoStream interface.
TwoFishEncrypter is a TwoFish cipher that implements Encrypter interface.