mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-04-28 03:00:18 -04:00
[doc/architecture] fix latex fmt
This commit is contained in:
@@ -10,9 +10,9 @@ $$ \mathcal{L} = \{X:W\in \mathcal{R}\} $$
|
||||
| Public Input | Description |
|
||||
|----------------------|---------------------------------------------------------|
|
||||
| nullifier | hash of (secretKey||serial) |
|
||||
| $cm^{value}_x | x coordinate of value point commitment |
|
||||
| $cm^{value}_y | y coordinate of value point commitment |
|
||||
| $cm^{token} | commitment of tokenId as field element |
|
||||
| $cm^{value}_x$ | x coordinate of value point commitment |
|
||||
| $cm^{value}_y$ | y coordinate of value point commitment |
|
||||
| $cm^{token}$ | commitment of tokenId as field element |
|
||||
| root | root of commitments tree |
|
||||
| data | data read during execution of burn spendHook contract |
|
||||
| spendHook | burn related contract |
|
||||
|
||||
@@ -16,4 +16,4 @@ $$ \mathcal{L}= \{X:W\in \mathcal{R}\} $$
|
||||
|
||||
| witnesses | Description |
|
||||
|----------------------|-----------------------------------------------------|
|
||||
| $authority^{secret} | minting authority secret key |
|
||||
| $authority^{secret}$ | minting authority secret key |
|
||||
|
||||
@@ -9,9 +9,9 @@ $$ \mathcal{L}= \{X:W\in \mathcal{R}\} $$
|
||||
| Public Input | Description |
|
||||
|----------------------|---------------------------------------------------------|
|
||||
| $cm^{coin}$ | coin commitment as field element |
|
||||
| $cm^{value}_x | x coordinate of value point commitment |
|
||||
| $cm^{value}_y | y coordinate of value point commitment |
|
||||
| $cm^{token} | commitment of tokenId as field element |
|
||||
| $cm^{value}_x$ | x coordinate of value point commitment |
|
||||
| $cm^{value}_y$ | y coordinate of value point commitment |
|
||||
| $cm^{token}$ | commitment of tokenId as field element |
|
||||
|
||||
| witnesses | Description |
|
||||
|----------------------|-----------------------------------------------------|
|
||||
|
||||
@@ -16,9 +16,9 @@ $$ \mathcal{L}= \{X:W\in \mathcal{R}\} $$
|
||||
|$authority^{public}_x$| minting authority public key x-coordinate |
|
||||
| token | derived token id |
|
||||
| $cm^{coin}$ | coin commitment as field element |
|
||||
| $cm^{value}_x | x coordinate of supply point commitment |
|
||||
| $cm^{value}_y | y coordinate of supply point commitment |
|
||||
| $cm^{token} | commitment of tokenId as field element |
|
||||
| $cm^{value}_x$ | x coordinate of supply point commitment |
|
||||
| $cm^{value}_y$ | y coordinate of supply point commitment |
|
||||
| $cm^{token}$ | commitment of tokenId as field element |
|
||||
|
||||
| witnesses | Description |
|
||||
|----------------------|-----------------------------------------------------|
|
||||
|
||||
Reference in New Issue
Block a user