From 0b53cf450038ffe3d3c27cabde6316d789b92c4b Mon Sep 17 00:00:00 2001 From: gurkenhabicht Date: Sun, 18 Feb 2024 21:24:56 +0100 Subject: [PATCH] typo --- Cryptography/RSA.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cryptography/RSA.md b/Cryptography/RSA.md index 7ae86f7..cd01f57 100644 --- a/Cryptography/RSA.md +++ b/Cryptography/RSA.md @@ -50,11 +50,11 @@ for i in range (phi + 1, phi + foo): ``` $$ -Cipher = msg ** d mod $\phi$ +Cipher = msg ** d mod \phi $$ $$ -Cleartext = cipher ** e mod $\phi$ +Cleartext = cipher ** e mod \phi $$ ## Euklid