#polynomial #kzg #protocols #scalar #object #multi-opening

crate_crypto_internal_eth_kzg_polynomial

This crate provides utility methods that are needed for Polynomial objects

7 releases

0.5.1 Aug 27, 2024
0.5.0 Aug 27, 2024
0.4.1 Aug 13, 2024
0.3.4 Aug 5, 2024

#991 in Cryptography

Download history 486/week @ 2024-08-02 1070/week @ 2024-08-09 1387/week @ 2024-08-16 2057/week @ 2024-08-23 1934/week @ 2024-08-30 1370/week @ 2024-09-06

7,065 downloads per month
Used in 4 crates (2 directly)

MIT license

45KB
773 lines

Polynomial

Overview

This crate provides a Rust API for operations on a polynomial/vector of bls122-381 scalars. The API is tailored towards providing the necessary functionality for the KZG multi-opening protocol that is present in the workspace that this crate is situated, so no guarantees are made regarding general purpose.

Installation

It is not advised to install this crate as part of an independent project. It is only published to crates.io so that we can publish the multi-opening protocol to crates.io. Nevertheless, installation of this crate can be done by adding this to your Cargo.toml:

[dependencies]
crate_crypto_internal_eth_kzg_polynomial = "0.1.0"

Dependencies

~4.5MB
~154K SLoC