You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,8 @@
1
1
# Comparative Analysis of Primality Testing Algorithms
2
+
3
+

4
+
[See the PDF](https://raw.githubusercontent.com/OssieLin/Comparative-Analysis-of-Primality-Testing-Algorithms/main/primality_test_poster_and_abstract/PrimalityTestPoster-StateDefined.pdf)
5
+
2
6
## Intro
3
7
Modern cryptography algorithms like RSA need primality tests to generate large random primes.\
4
8
Specifically, RSA uses the product of two prime numbers to generate the public and private keys; if these primes are predictable, it makes it easier for an attacker to break the encryption scheme.\
0 commit comments