Skip to content

Commit

Permalink
update readmo
Browse files Browse the repository at this point in the history
  • Loading branch information
xavi-pinsach committed Jul 22, 2023
1 parent d56d71a commit c508b09
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Basic KZG Study
# Basic KZG commitments Study
![Tests](https://github.com/xavi-pinsach/kzg-basic-study/actions/workflows/tests.yml/badge.svg)

This repository is a simople study about KZG polynomial commiment sceheme.

⚠️ **Warning: This Repository is for Study Purposes Only!** ⚠️

Please note that this repository is intended for study and experimental purposes. It is not meant to be used in a production environment. The code provided here may not have undergone thorough testing, and it may contain bugs or security vulnerabilities.
This is a Javascript implementation of [KZG (Kate-Zaverucha-Goldberg) Polynomial Commiment scheme](https://cacr.uwaterloo.ca/techreports/2010/cacr2010-10.pdf) basic study. It uses the [bn128 pairing-friendly elliptic curve of prime order](https://cryptojedi.org/papers/pfcpo.pdf).

Please note that this repository is intended for study and experimental purposes only. It is not meant to be used in a production environment. The code provided here may not have undergone thorough testing, and it may contain bugs or security vulnerabilities.

## License

Expand Down

0 comments on commit c508b09

Please sign in to comment.