diff --git a/.replit b/.replit new file mode 100644 index 0000000..ae9061e --- /dev/null +++ b/.replit @@ -0,0 +1,2 @@ +language = "python3" +run = "run" \ No newline at end of file diff --git a/README.md b/README.md index c139dd6..3fadba1 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -elgamal +[![Run on Repl.it](https://repl.it/badge/github/RyanRiddle/elgamal)](https://repl.it/github/RyanRiddle/elgamal)elgamal ======= Overview: elgamal is a python module that lets you encrypt and decrypt text using the ElGamal Cryptosystem.