crate_crypto_internal_eth_kzg_erasure_codes

Crates.iocrate_crypto_internal_eth_kzg_erasure_codes
lib.rscrate_crypto_internal_eth_kzg_erasure_codes
version0.5.2
sourcesrc
created_at2024-08-02 02:02:35.173918
updated_at2024-09-24 21:33:11.153098
descriptionThis crate provides an implementation of erasure encoding and decoding
homepage
repositoryhttps://github.com/crate-crypto/rust-eth-kzg
max_upload_size
id1322725
size26,322
(kevaundray)

documentation

README

Erasure Codes

Overview

This crate provides a Rust API for Erasure codes. It uses Reed solomon encoding, however the decoding algorithm and the API in general is tailored the particular use case of Data Availability sampling in the Ethereum Blockchain. It is not a general purpose crate for unique decoding.

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 eip7594 crate to crates.io. Nevertheless, installation of this crate can be done by adding this to your Cargo.toml:

[dependencies]
crate_crypto_internal_eth_kzg_erasure_codes = "0.1.0"
Commit count: 795

cargo fmt