awesome-blockchain/src/ConfidentialTx
yjjnls ec407c3c39 streamline confidential tx 2019-08-12 19:27:58 +08:00
..
byteconversion add impl of bulletproofs and pedersen commitment 2019-07-21 22:13:08 +08:00
zkproofs streamline confidential tx 2019-08-12 19:27:58 +08:00
README.md add impl of bulletproofs and pedersen commitment 2019-07-21 22:13:08 +08:00
main.go streamline confidential tx 2019-08-12 19:27:58 +08:00
main_test.go streamline confidential tx 2019-08-12 19:27:58 +08:00

README.md

Confidential Transaction

This package is a Zero Knowledge Proof implementation in Golang, based on zkproofs.

It contains bulletproofs and perdersen commitment, which could be used for confidential transaction.

To test the local version, you could run the cmd:

go run main.go

And the package could be embadded in geth, it will support the feature later and give details.