Initial commit

This commit is contained in:
Sean Bowe
2017-11-13 01:54:13 -07:00
commit 35314c8771
6 changed files with 260 additions and 0 deletions

16
Cargo.toml Normal file
View File

@@ -0,0 +1,16 @@
[package]
authors = ["Sean Bowe <sean@z.cash>"]
description = "Cryptographic library for Zcash Sapling"
documentation = "https://github.com/zcash/sapling"
homepage = "https://github.com/zcash/sapling"
license = "MIT/Apache-2.0"
name = "sapling"
repository = "https://github.com/zcash/sapling"
version = "0.0.1"
[dependencies]
bellman = "0.0.5"
[dependencies.pairing]
version = "0.13"
features = ["u128-support"]