From d883ea3890a3154efaac70050b6628b23d722de8 Mon Sep 17 00:00:00 2001 From: juliangrtz <152074442+juliangrtz@users.noreply.github.com> Date: Sat, 6 Jan 2024 20:09:57 +0100 Subject: [PATCH] Fix grammar in README.md. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 15280ba..9429dd7 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ MightyXOR / Amgine [ˈɛmd͡ʒɪn] is an open source cryptography software suite It supports various en- and decryption algorithms and techniques, including - the [one-time pad](https://en.wikipedia.org/wiki/One-time_pad) (OTP), -- [Shamir secret sharing](https://en.wikipedia.org/wiki/Shamir%27s_secret_sharing) (SSS) and +- [Shamir's secret sharing algorithm](https://en.wikipedia.org/wiki/Shamir%27s_secret_sharing) (SSS) and - plausible deniability. ## Context