LICENSE
README.md
pyproject.toml
shitty_secure_encryption.egg-info/PKG-INFO
shitty_secure_encryption.egg-info/SOURCES.txt
shitty_secure_encryption.egg-info/dependency_links.txt
shitty_secure_encryption.egg-info/requires.txt
shitty_secure_encryption.egg-info/top_level.txt
ssc/tcp/__init__.py
ssc/tcp/baseconnection.py
ssc/tcp/clientconnection.py
ssc/tcp/encryptedconnection.py
ssc/tcp/packet.py
ssc/tcp/serverconnection.py
ssc/udp/__init__.py
ssc/udp/baseconnection.py
ssc/udp/client_state.py
ssc/udp/clientconnection.py
ssc/udp/encryptedconnection.py
ssc/udp/message.py
ssc/udp/serverconnection.py
ssc/util/constants.py