Skip to content

b-chiang/schnorr-nizk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

schnorr-nizk

An implementation of a non-interactive proof of knowledge of discrete log. Specifically, Schnorr's protocol (interactive, PoK of discete log) is made non-interactive and fully ZK through the Fiat-Shamir transform.

Given a group $G$ of prime-order $q$ and generator $g$, Alice wants to prove to Bob that she knows $x$ such that $u = g^x$, where both parties know $u$. For more details on the protocol, please see these notes. Ristretto was used for the prime-order group.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages