Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #17

Merged
merged 1 commit into from
Jul 2, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# Cryptography-Research
![CI Status](https://github.com/supragya/research/actions/workflows/ci.yaml/badge.svg)

A single repository that hosts my "in-code" research of: protocols, ZK, cryptography, rust etc.
A toy project that intends to implement "in-code" a bunch of stuff. This includes but is not limited to:
- Groups, Finite Fields, Prime Fields, Binary Towers etc.
- Frontend compiler for zero-knowledge backends
- Components of Zero Knowledge systems: R1CS, PLONK, FRI etc.
- Algorithms such as Shamir's Secret Sharing, Verifiable Secret Sharing, Shnorr Discrete Log Proof of Knowledge

## Browsing the codebase
The codebase is mostly split into different directories depending on the specific ideas that they tackle. While mostly consistent with this scheme, there may be deviations. Download the codebase locally and run as follows:
Expand Down
Loading