Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/uofsc-fall-2022-math-587-001/homework8

A bit about distribution of primes and Pollard's p-1 test
https://github.com/uofsc-fall-2022-math-587-001/homework8

cryptography go latex math pollard-p-1 prime-numbers

Last synced: about 15 hours ago
JSON representation

A bit about distribution of primes and Pollard's p-1 test

Awesome Lists containing this project

README

        

## Homework 8

This week we have a written part and an implementation part.

### Written part

Answer the questions found in `main.tex` and turn your answers in by uploading them
back here before midnight on the due date. You may do this as many times as
you want. Only your final submission counts.

Remember this is math class so be sure to justify your answers. You will be
graded on correctness and

Note: when you submit, your filename must be `solutions.pdf` and it must be a pdf.

### Implementation part

Implement Pollard's p-1 test.