Skip to content

spiral-ladder/kzigg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 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.

This repo is built and tested on v0.14.0.

Test

zig build test -Doptimize=ReleaseSafe

Benchmark

zig build benchmark

About

KZG polynomial commitments in Zig

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages