This C# program efficiently calculates "a^b mod n" using fast modular exponentiation algorithm. Ideal for cryptography and large number computations.
unit-testing algorithm csharp algorithms dotnet xunit calculations console-application calculation cryptographic-algorithms cryptography-algorithms modulo fast-modular-exponentiation modulo-arithmetics modulo-operation
-
Updated
Jul 2, 2024 - C#