Crates.io | crate_crypto_internal_eth_kzg_bls12_381 |
lib.rs | crate_crypto_internal_eth_kzg_bls12_381 |
version | 0.5.2 |
source | src |
created_at | 2024-08-02 01:52:45.336949 |
updated_at | 2024-09-24 21:32:47.403145 |
description | This crate provides the internal implementation of the BLS12-381 curve for the Eth KZG project. |
homepage | |
repository | https://github.com/crate-crypto/rust-eth-kzg |
max_upload_size | |
id | 1322716 |
size | 39,680 |
This crate provides a Rust API for the bls12-381 elliptic curve. 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.
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_bls12_381 = "0.1.0"