# Functions
No description provided by the author
# Structs
No description provided by the author
AuthCipher creates two ARC4 states for sending and recieving.
CipherTBC implements Vanilla encryption but with an HMAC key.
CipherVanilla implements Vanilla-style encryption (Not ARC4, what even is this?) some kind of basic xor counter cipher.