NOTE: This repository and project has been deprecated.
Simple demonstration of the XNTwist algorithm using Flask: https://demo.xntwist.hightower.space/.
After cloning the repo...
To create a virtual environment for the app, run:
make venv
Clone the app and run the application at http://127.0.0.1:5000/:
make run
To test the app, run:
make test