tiny_ped_com 0.1.0

A small Rust library for Pedersen commitments over elliptic curves.
Documentation
1
2
3
4
5
6
7
8
9
10
[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 }