rewrite prover on rust: add basic scheme

This commit is contained in:
Drygin
2019-07-01 18:30:17 +03:00
parent 25b7631949
commit dfcebf93e3
15 changed files with 1041 additions and 224429 deletions

View File

@ -1,9 +1,8 @@
[package]
name = "proof"
version = "0.1.0"
authors = ["Fluence Labs"]
authors = ["Alexander Drygin <dryginalexander@gmail.com>"]
name = "verifier"
version = "0.0.1"
publish = false
description = "Trustless off-chain zk-proof verification"
edition = "2018"
[lib]