https://github.com/hecmas/zknotebook
My personal notebook for various zk-related topics
https://github.com/hecmas/zknotebook
elliptic-curves polynomials snarks zero-knowledge
Last synced: 10 months ago
JSON representation
My personal notebook for various zk-related topics
- Host: GitHub
- URL: https://github.com/hecmas/zknotebook
- Owner: hecmas
- License: apache-2.0
- Created: 2022-11-23T16:05:13.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-07T08:43:27.000Z (over 1 year ago)
- Last Synced: 2025-01-07T09:37:41.796Z (over 1 year ago)
- Topics: elliptic-curves, polynomials, snarks, zero-knowledge
- Language: TypeScript
- Homepage:
- Size: 363 KB
- Stars: 47
- Watchers: 4
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# My Personal zk-Notebook in Typescript
## Some TODO's
- [ ] Elliptic curves over the projective space for efficiency
- [ ] Add interface for elements of extension field, instead of bigint[]
- [ ] Unify primeField and extensionField and generalize tower of extension fields