From f82c921632752229d67ac9fa873588855cbf018b Mon Sep 17 00:00:00 2001 From: spv Date: Fri, 26 Jul 2024 00:01:12 +0200 Subject: [PATCH] so thats what version control is --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..65812bb --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +# RSA +my rsa implementation in rust using as few libraries as my mental wellbeing could handle. + +Im using clap so documentation is not really required the binary documents itself. + +idk