Skip to content

Commit e0180e4

Browse files
authored
Update README.md
1 parent edaf627 commit e0180e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Fast Modular Exponentiation
22

3-
This repository contains a C# program for calculating the result of raising a base number to an exponent and then taking the modulus. The algorithm used is known as exponentiation by squaring, which is efficient and widely used in cryptographic applications.
3+
This project is a C# program for calculating <b>fast modular exponentiation</b>, i.e. the result of raising a base number to an exponent and then taking the modulus, as in $a^b \mod n$. The algorithm is efficient and widely used in cryptographic applications.
44

55
## Technologies
66
[<img align="left" alt="Csharp" width="36px" src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/csharp/csharp-original.svg" style="padding-right:10px;"/>][csharp]

0 commit comments

Comments
 (0)