mirror of
https://github.com/yjjnls/awesome-blockchain.git
synced 2024-10-01 00:45:35 -04:00
.. | ||
byteconversion | ||
zkproofs | ||
main_test.go | ||
main.go | ||
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.