gottstech / gotts

A blockchain for non-collateralized stable-coins, follow MimbleWimble protocol but with explicit amount.
https://gotts.tech
Apache License 2.0
48 stars 4 forks source link

Update introduction document #43

Closed garyyu closed 4 years ago

garyyu commented 4 years ago
  1. Update docs/intro.md document to be inline with the current design change on SecuredPath, OutputLocker data structure.

  2. Rename two parameters to make it more readable:

    • In OutputLocker, rename pub_nonce to R.
    • In InputUnlocker, rename timestamp to nonce, and change it to a random number instead of the timestamp.