si-commitment-scheme 0.1.0

Pedersen commitments, Blake3-based polynomial commitments, batch opening/verification with binding and hiding properties
Documentation
[package]
name = "si-commitment-scheme"
version = "0.1.0"
edition = "2021"
description = "Pedersen commitments, Blake3-based polynomial commitments, batch opening/verification with binding and hiding properties"
license = "MIT OR Apache-2.0"
authors = ["SuperInstance"]
repository = "https://github.com/SuperInstance/commitment-scheme"
keywords = ["commitment", "pedersen", "polynomial", "cryptography", "zero-knowledge"]
categories = ["cryptography", "algorithms"]
readme = "README.md"

[dependencies]
sha2 = "0.10"
blake3 = "1.5"
curve25519-dalek = { version = "4", features = ["rand_core"] }
rand = "0.8"

[dev-dependencies]