SwJay / NIZK-transaction-blockchain

implement an efficient NIZK scheme for private transactions on account-model blockchain

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NIZK-transaction-blockchain

Implement an efficient NIZK scheme for private transactions on account-model blockchain. Reference paper can be found here.

privacy solutions on UTXO based blockchains:

How it works?

Since it preserves privacy for transactions in account-model blockchain like ethereum, similar to a bank trading database system, The key is to prove equivalence for the amounts modified on both accounts and enough for the sender's balance.

The former one is designed with a Sigma-protocol while the latter one is proved by range proof, and both are included to construct a NIZK scheme. In this repo I implemented a POC for this system in locol version, importing pbc library to support bilinear group programming.

About

implement an efficient NIZK scheme for private transactions on account-model blockchain


Languages

Language:C++ 48.0%Language:Makefile 23.2%Language:C 16.3%Language:CMake 12.5%