https://github.com/uofsc-fall-2022-math-587-001/homework11
Basics on elliptic curves and their discrete log problem
https://github.com/uofsc-fall-2022-math-587-001/homework11
cryptography discrete-logarithms elliptic-curves go latex math
Last synced: 2 months ago
JSON representation
Basics on elliptic curves and their discrete log problem
- Host: GitHub
- URL: https://github.com/uofsc-fall-2022-math-587-001/homework11
- Owner: UofSC-Fall-2022-Math-587-001
- Created: 2022-10-29T17:40:06.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-01T15:05:07.000Z (over 3 years ago)
- Last Synced: 2025-01-14T07:53:02.551Z (over 1 year ago)
- Topics: cryptography, discrete-logarithms, elliptic-curves, go, latex, math
- Language: Go
- Homepage:
- Size: 191 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Homework 11
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 proper justification.
Note: when you submit, your filename must be `solutions.pdf` and it must be a pdf.
### Implementation part
You have some basic API for elliptic curves and their points in `ec/basic.go`.
You should fill in some more methods, including computing multiples, orders, and
listing all points on a given curve modulo N.