https://github.com/uofsc-fall-2022-math-587-001/homework2
Mathematical preliminaries: division, the Euclidean algorithm, and modular arithmetic
https://github.com/uofsc-fall-2022-math-587-001/homework2
cryptography golang latex math
Last synced: about 2 months ago
JSON representation
Mathematical preliminaries: division, the Euclidean algorithm, and modular arithmetic
- Host: GitHub
- URL: https://github.com/uofsc-fall-2022-math-587-001/homework2
- Owner: UofSC-Fall-2022-Math-587-001
- Created: 2022-08-23T17:19:00.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-31T15:08:25.000Z (almost 4 years ago)
- Last Synced: 2025-03-04T03:41:31.139Z (over 1 year ago)
- Topics: cryptography, golang, latex, math
- Language: TeX
- Homepage:
- Size: 79.1 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://gitpod.io/#https://github.com/UofSC-Fall-2022-Math-587-001/homework2)
## Homework 2: Due 2022.09.06
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.
(Hint: an adapted solution to the implementation could help you answer some
of the questions...)
### Implementation part
Make `euclid_algo.go` work. There are more detailed instructions in the comments.