1
0
Fork 0

Cleanup leading off to circuit specifics.

This commit is contained in:
Justin Martin 2021-10-09 16:51:16 -07:00
parent 0fd812b73b
commit f82f4bff28
1 changed files with 7 additions and 7 deletions

View File

@ -121,14 +121,14 @@ are what would be expected to correspond to your proof.
## Circuits
With that understanding of ZK proving circuits well-in-hand, let's delve into how Tornado.cash uses some very simple
circuits to enable you to privately
circuits to enable you to privately and permissionlessly obscure the relationship between your deposit and withdrawal
transactions on a public blockchain network, and then to later prove things *about* the relationship between your
deposit and withdrawal (e.g. how long you waited before withdrawing).
### Deposit
### Core Deposit Contracts
### Tornado Trees
### Tornado Anonymity Mining
[\[Read more...\]](circuits/deposit.md)
### Anonymity Mining
[\[Read more...\]](circuits/anonymity-mining.md)