From c508b09c5eb629b6d34edb4d6af9bfd2b39c57b2 Mon Sep 17 00:00:00 2001 From: Xavier Pinsach <10213118+xavi-pinsach@users.noreply.github.com> Date: Sat, 22 Jul 2023 08:03:50 +0200 Subject: [PATCH] update readmo --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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