A basic implementation of sphinx/route-blinding for grokking purposes. The crypto was the main focus; the serialization is mainly a placeholder.
Some resources that were helpful while making this:
Run from root directory:
python3 -m venv <venv-name>
source <venv-name>/bin/activate
pip install -r requirements.txt
python3 -m unittest main.py