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-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,8 @@ Specifically, RSA uses the product of two prime numbers to generate the public a
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
+
\
9
+
__My research focuses on analyzing the class of Perrin-type primality tests- **Lucas-Type Sequence**__:
0 commit comments