[package]
name = "tiny_ped_com"
version = "0.1.0"
authors = ["Alex Ledger <a.led1027@gmail.com"]
description = "A small Rust library for Pedersen commitments over elliptic curves."
license = "MIT"
[dependencies]
curve25519-dalek = "^0.16"
rand = { version = "0.4", optional = false }