An open API service indexing awesome lists of open source software.

https://github.com/plasmapower/private-amounts-utxo-example

An example of a UTXO ledger with optionally private amounts (still traceable/linkable)
https://github.com/plasmapower/private-amounts-utxo-example

Last synced: 4 days ago
JSON representation

An example of a UTXO ledger with optionally private amounts (still traceable/linkable)

Awesome Lists containing this project

README

          

# Private amounts UTXO example

An example of a UTXO ledger with optionally private amounts, using bulletproofs.
Commitments are done on the ristretto curve, but signatures are normal ed25519
for interop. Because of that, there's a separate blinding/commitment signature.

Of course, **don't use this code in anything serious**. I'm not cryptographer,
and I haven't reviewed this too carefully. It's just an example.