package
0.0.0-20210125172007-382259f45bc9
Repository: https://github.com/superp00t/gophercraft.git
Documentation: pkg.go.dev
# 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.