Skip to content

bingcicle/kzigg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KZG Polynomial Commitments

An implementation of KZigG polynomial commitments in Zig, using blst as the backend via Zig's C interop.

Heavily based on c-kzg-4844.

Disclaimer: this repository is me learning how KZG and 4844 works underneath and is not meant for real world use.

Prerequisites

You need Zig installed and blst built to use as a static library.

Test

zig build test -Doptimize=ReleaseSafe

Benchmark

zig build benchmark

Releases

No releases published

Packages

No packages published

Languages