DevinRShaw / RSA-Encryption

0 stars 0 forks source link

Primality Test -> Prime Factors #2

Open DevinRShaw opened 9 months ago

DevinRShaw commented 9 months ago

Primality Test: for i - n: dvide by i, if nothing found it is prime

for i - n: dvide by i, check for % == 0 and then test for prime