.. | ||
assets | ||
docs | ||
src | ||
.clang-format | ||
flake.lock | ||
flake.nix | ||
Makefile | ||
README.md |
RSA Project
Developed by Price Hiller (zfp106). This project is an insecure implementation of RSA in C. DO NOT USE THIS FOR ANYTHING IN PRODUCTION, YOU WILL GET BIT.
Building
Standard Way
Requires gcc
and gnumake
. Run make build
to build the project.
Nix Way
If you're a big fan of nix, you can use the provided flake.nix
to build the project.
Simply run nix build
to build the project and nix run
to run the project.