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)
- Host: GitHub
- URL: https://github.com/plasmapower/private-amounts-utxo-example
- Owner: PlasmaPower
- Created: 2019-09-20T05:04:05.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-09-21T16:42:35.000Z (over 6 years ago)
- Last Synced: 2025-11-17T19:03:49.519Z (7 months ago)
- Language: Rust
- Size: 19.5 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.