From 6eaff29a967459fee0d97dba6bbcf1ce10db6711 Mon Sep 17 00:00:00 2001 From: wenkai29 Date: Tue, 14 Jul 2020 09:45:07 +0000 Subject: [PATCH] Add run on repl.it badge to README This pull request adds a `Run on Repl.it` badge to the `README`. This will allow users to easily run this repository in their browser, without having to set up an environment. You can learn more about Repl.it [here](https://repl.it). --- .replit | 2 ++ README.md | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 .replit 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.