From 04e25aa3ddee06b20c225514913c20b991bad866 Mon Sep 17 00:00:00 2001 From: AzzieDev <18339356+AzzieDev@users.noreply.github.com> Date: Thu, 16 Mar 2023 02:48:19 -0400 Subject: [PATCH] updated readme for Euler's --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3503bf3..c8df18b 100644 --- a/README.md +++ b/README.md @@ -8,4 +8,5 @@ The bigint functions use the Boost Multiprecision library. The Boost Math packag * Help menu * Shift/Caesar Cipher * Euclidean Algorithm (and Extended) -* Modular Exponentiation (PowerMod) \ No newline at end of file +* Modular Exponentiation (PowerMod) +* Euler's Totient Function Φ(N) \ No newline at end of file