Skip to content

Commit 8cf0134

Browse files
authored
Update README.md
1 parent ce66994 commit 8cf0134

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ Specifically, RSA uses the product of two prime numbers to generate the public a
55
\
66
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.\
77
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**__:
910

1011
## [Lucas-Type Sequence](https://oeis.org/wiki/Lucas_sequences)
1112
Each primality test is a sequence with two parameters, $c_0$ and $c_1$, and initial condition $V_0$ and $V_1$, and the general form is:

0 commit comments

Comments
 (0)