From 3dbeee1f113a8988cb55f933ca83109976c94723 Mon Sep 17 00:00:00 2001 From: Philip Le Riche <7701190+p-leriche@users.noreply.github.com> Date: Thu, 19 Feb 2026 21:50:01 +0000 Subject: [PATCH] Add ModularInverse and ExtendedGCD with updated Categories.json --- src/core/config/Categories.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/core/config/Categories.json b/src/core/config/Categories.json index aac00ca1..07b2caeb 100644 --- a/src/core/config/Categories.json +++ b/src/core/config/Categories.json @@ -222,6 +222,9 @@ "Subtract", "Multiply", "Divide", + "Modular Exponentiation", + "Modular Inverse", + "Extended GCD", "Mean", "Median", "Standard Deviation",