dionyziz / popow

Research and implementation for non-interactive blockchain proofs of proofs of work

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add example usage for suffix proofs

dionyziz opened this issue · comments

Suffix proofs are useful for blockchains that include state. For example, if the UTXO was committed-to in bitcoin's blockchain, a suffix proof would suffice to securely prove that the honest chain has a given UTXO. This example should be mentioned. Ethereum's state commitment is also a great example.