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

Presentation proposal (Noir) week 2 #39

Merged
merged 1 commit into from
Nov 6, 2023
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
25 changes: 25 additions & 0 deletions contributions/presentation/week2/chrvik/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Assignment Proposal

## Title

_Noir: Making Zero Knowledge easier implement for smart contracts._

## Names and KTH ID

- Christofer Vikström ([email protected])

## Deadline

- Week 2

## Category

- Presentation

## Description

_Noir is a Rust-based DSL that enables zero knowledge implementations in smart contracts in a simple way. The goal of the presentation is to briefly describe how zero knowledge can be used in smart contracts, talk about the benefits of Noir for cryptographic beginners (such as myself) and showcase how Noir handles voting with zero knowledge proof contrasted with how Solidity handles voting and reflect on the differences and implications._

**Relevance**

_Implementing zero knowledge proof for smart contracts is complex. By reducing the complexity of these implementations with Noir, more developers could get motivated to get involved. Zero knowledge is a way to improve integrity as it adds a layer of privacy to make on-chain activity more discrete._
Loading