Skip to content

Commit

Permalink
remove verbosity, migrate dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
shamatar committed Jan 17, 2019
1 parent d87d815 commit 6e5cfe2
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 379 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ homepage = "https://github.com/matterinc/bellman"
license = "MIT/Apache-2.0"
name = "bellman"
repository = "https://github.com/matterinc/bellman"
version = "0.1.1"
version = "0.1.2"

[dependencies]
rand = "0.4"
Expand All @@ -17,7 +17,7 @@ num_cpus = "1"
crossbeam = "0.3"
pairing = { git = 'https://github.com/matterinc/pairing' }
byteorder = "1"
ff = { version = "0.4", features = ["derive"] }
ff = { git = 'https://github.com/matterinc/ff', features = ["derive"] }
pbr = "1.0.1"
time = "0.1"

Expand Down
2 changes: 0 additions & 2 deletions src/demo/.gitignore

This file was deleted.

12 changes: 0 additions & 12 deletions src/demo/Cargo.toml

This file was deleted.

42 changes: 0 additions & 42 deletions src/demo/README.md

This file was deleted.

112 changes: 0 additions & 112 deletions src/demo/examples/xor.rs

This file was deleted.

9 changes: 0 additions & 9 deletions src/demo/src/lib.rs

This file was deleted.

164 changes: 0 additions & 164 deletions src/demo/src/verifier_contract.rs

This file was deleted.

0 comments on commit 6e5cfe2

Please sign in to comment.