Initial commit.

This commit is contained in:
Sean Bowe
2017-06-25 23:09:43 -06:00
commit b11ea2db25
8 changed files with 644 additions and 0 deletions

8
Cargo.toml Normal file
View File

@@ -0,0 +1,8 @@
[package]
name = "ff"
version = "0.1.0"
authors = ["Sean Bowe <ewillbefull@gmail.com>"]
[dependencies]
rand = "0.3"
ff_derive = { version = "0.1.0", path = "ff_derive" }