Skip to content

eerkaijun/kzg-rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KZG Commitment in Rust

This is a Rust implementation of the KZG commitment scheme. There are two main modules:

  1. kzg.rs implements the basic polynomial commitment that allows both opening at a single point and also batch opening (sometimes known as multi proof). Basic explanation here.
  2. asvc.rs implements a vector commitment scheme based on this paper. It supports proving vector position and also aggregating multiple KZG proofs into a single proof. Basic explanation here.

Getting Started

To run the tests, use cargo run.

Disclaimer

This code is unaudited and under construction. This is experimental software and is provided on an "as is" and "as available" basis and may not work at all. It should not be used in production.

About

Step by step implementation of KZG

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages