diff --git a/README.md b/README.md index ac379d7..a1cf544 100644 --- a/README.md +++ b/README.md @@ -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