kzg 0.1.2

a simple implementation of the KZG polynomial commitment scheme
Documentation
[[bench]]
harness = false
name = "commit"

[[bench]]
harness = false
name = "poly_verify"

[[bench]]
harness = false
name = "create_witness"

[[bench]]
harness = false
name = "verify_eval"
[dependencies.pairing]
version = "0.20.0"

[dependencies.rand]
optional = true
version = "0.8.4"

[dependencies.thiserror]
version = "1.0.26"
[dev-dependencies.bls12_381]
version = "0.5.0"

[dev-dependencies.criterion]
version = "0.3"

[dev-dependencies.lazy_static]
version = "1.4.0"

[dev-dependencies.rand]
features = ["small_rng"]
version = "0.8.4"

[features]
csprng_setup = ["rand", "std"]
default = []
std = []

[package]
authors = ["sladuca777@gmail.com"]
description = "a simple implementation of the KZG polynomial commitment scheme"
edition = "2018"
license = "MIT"
name = "kzg"
readme = "README.md"
repository = "https://github.com/Sladuca/kzg"
version = "0.1.2"