crate_crypto_internal_eth_kzg_polynomial

Crates.iocrate_crypto_internal_eth_kzg_polynomial
lib.rscrate_crypto_internal_eth_kzg_polynomial
version0.5.2
sourcesrc
created_at2024-08-02 02:02:21.172834
updated_at2024-09-24 21:32:59.331968
descriptionThis crate provides utility methods that are needed for Polynomial objects
homepage
repositoryhttps://github.com/crate-crypto/rust-eth-kzg
max_upload_size
id1322723
size26,472
(kevaundray)

documentation

README

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"
Commit count: 795

cargo fmt