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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,11 @@
1
-
# Comparative Analysis of Lucas-Type Sequence.
1
+
# Comparative Analysis of Lucas-Type Sequence
2
2
\
3
3
Modern cryptography algorithms like RSA need primality tests to generate large random primes.\
4
4
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.\
5
5
\
6
6
Large random primes are constructed in practice by generating pseudorandom numbers and then doing a primality test such as the Fermat primality test or something more powerful such as the Miller–Rabin primality test.\
7
7
These primality tests fail for certain numbers called **pseudoprimes**.\
8
-
My research focuses on analyzing the class of Perrin-type primality tests- **Lucas-Type Sequence**:\
8
+
My research focuses on analyzing the class of Perrin-type primality tests- **Lucas-Type Sequence**:\
0 commit comments