KO
|
EN
gitlite — search
Search
#typescript
#ai-agents
#ai
#dsh-plugin
#deepseek-harness
#open-source
#cli
#claude-code
#codex
#developer-tools
#react
#windows
kzg
★ 36
Open GitHub ↗
KZG commitments over BLS12-381
Download README (.md)
Explore Similar Repositories
c-kzg
:
Simple implementation of KZG commitments in C
porla
:
Efficient Dynamic Proof of Retrievability (NDSS 2023)
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
kzg
?
Download (.md)
# kzg A library for [KZG commitments](http://cacr.uwaterloo.ca/techreports/2010/cacr2010-10.pdf) over BLS12-381 in Rust. ## Notes Uses [blst](https://github.com/supranational/blst) for the curve operations. WARNING: has not been audited/reviewed for security. Do NOT use in production. ## Features - [x] KZG setup - [x] Commit to a polynomial - [x] Open a commitment - [x] Verify an opening