[doc/architecture] fix latex fmt

This commit is contained in:
ertosns
2023-10-19 18:33:30 +03:00
parent 6ef6f107fb
commit 2e6f822b02
4 changed files with 10 additions and 10 deletions

View File

@@ -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 |

View File

@@ -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 |

View File

@@ -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 |
|----------------------|-----------------------------------------------------|

View File

@@ -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 |
|----------------------|-----------------------------------------------------|