Skip to content

Commit 3825c77

Browse files
authored
Update README.md
1 parent 9149e54 commit 3825c77

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
@@ -5,7 +5,7 @@ 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+
My research focuses on analyzing the class of Perrin-type primality tests- **Lucas-Type Sequence**:
99

1010
## Lucas-Type Sequence
1111
$$V_{n+2} = c_1 V_{n+1} + c_0 V_{n}, \quad V_{0} = 2, \quad V_{1} = c_1$$\

0 commit comments

Comments
 (0)