Whiteflag implemented in rust.
To run tests, run
cargo t
Prior to testing, you'll need to install OpenSSL and LLVM, as well as assorted other dependencies on Linux.
apt install unzip curl build-essential protobuf-compiler clang libclang-dev libclang1 llvm llvm-dev clang-tools
brew install openssl cmake llvm