Initial commit

This commit is contained in:
Sean Bowe
2015-12-24 02:58:38 -07:00
commit 45111d6576
12 changed files with 152 additions and 0 deletions

13
Cargo.toml Normal file
View File

@@ -0,0 +1,13 @@
[package]
name = "bellman"
version = "0.0.1"
authors = ["Sean Bowe <ewillbefull@gmail.com>"]
homepage = "https://github.com/ebfull/bellman"
repository = "https://github.com/ebfull/bellman"
documentation = "https://github.com/ebfull/bellman"
license = "MIT"
description = "zk-SNARK library"
[dependencies.tinysnark]
path = "tinysnark"
version = "0.0.1"