Fixing misleading privacy claim (#3127)

* Correcting an old, misleading claim

* Merge conflict

* Changing "confidential transactions" to "hidden amounts"
This commit is contained in:
David Burkett 2019-11-26 15:17:16 -05:00 committed by Antioch Peverell
parent dcfcd3ee79
commit 41896f0ec2

View file

@ -11,7 +11,7 @@
Grin is an in-progress implementation of the Mimblewimble protocol. Many characteristics are still undefined but the following constitutes a first set of choices: Grin is an in-progress implementation of the Mimblewimble protocol. Many characteristics are still undefined but the following constitutes a first set of choices:
* Clean and minimal implementation, and aiming to stay as such. * Clean and minimal implementation, and aiming to stay as such.
* Follows the Mimblewimble protocol, which provides great anonymity and scaling characteristics. * Follows the Mimblewimble protocol, which provides hidden amounts and scaling advantages.
* Cuckoo Cycle proof of work in two variants named Cuckaroo (ASIC-resistant) and Cuckatoo (ASIC-targeted). * Cuckoo Cycle proof of work in two variants named Cuckaroo (ASIC-resistant) and Cuckatoo (ASIC-targeted).
* Relatively fast block time: one minute. * Relatively fast block time: one minute.
* Fixed block reward over time with a decreasing dilution. * Fixed block reward over time with a decreasing dilution.