# Kate Polynomial Commitment [![CI](https://github.com/KogarashiNetwork/polynomial/actions/workflows/ci.yml/badge.svg)](https://github.com/KogarashiNetwork/polynomial/actions/workflows/ci.yml) [![crates.io badge](https://img.shields.io/crates/v/poly-commit.svg)](https://crates.io/crates/poly-commit) [![Documentation](https://docs.rs/poly-commit/badge.svg)](https://docs.rs/poly-commit) [![GitHub license](https://img.shields.io/badge/license-GPL3%2FApache2-blue)](#LICENSE) [![codecov](https://codecov.io/gh/KogarashiNetwork/polynomial/branch/master/graph/badge.svg?token=RA1AA9EGYK)](https://codecov.io/gh/KogarashiNetwork/pairing) [![dependency status](https://deps.rs/crate/poly-commit/latest/status.svg)](https://deps.rs/crate/poly-commit/latest) Implementation of [Kate Polynomial Commitment](https://www.iacr.org/archive/asiacrypt2010/6477178/6477178.pdf). ## Test ```shell $ cargo test ```