Add basic field arithmetic.

This commit is contained in:
Sean Bowe
2015-12-25 00:30:10 -07:00
parent 8e0af61ba4
commit 0b8b52cb41
5 changed files with 219 additions and 13 deletions

View File

@@ -1,13 +1,16 @@
[package]
name = "tinysnark"
homepage = "https://github.com/ebfull/bellman"
repository = "https://github.com/ebfull/bellman"
documentation = "https://github.com/ebfull/bellman"
license = "MIT"
description = "Tiny libsnark bindings"
version = "0.0.1"
authors = ["Sean Bowe <ewillbefull@gmail.com>"]
build = "build.rs"
description = "Tiny libsnark bindings"
documentation = "https://github.com/ebfull/bellman"
homepage = "https://github.com/ebfull/bellman"
license = "MIT"
name = "tinysnark"
repository = "https://github.com/ebfull/bellman"
version = "0.0.1"
[build-dependencies]
gcc = "0.3"
[dependencies]
libc = "0.2.4"