Skip to content

Commit

Permalink
[doc/architecture] fix latex fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
ertosns committed Oct 19, 2023
1 parent 6ef6f10 commit 2e6f822
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions doc/src/architecture/payment/burn.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down
2 changes: 1 addition & 1 deletion doc/src/architecture/payment/freeze_token.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
6 changes: 3 additions & 3 deletions doc/src/architecture/payment/mint.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
|----------------------|-----------------------------------------------------|
Expand Down
6 changes: 3 additions & 3 deletions doc/src/architecture/payment/token_mint.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
|----------------------|-----------------------------------------------------|
Expand Down

0 comments on commit 2e6f822

Please sign in to comment.