mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-04-28 03:00:18 -04:00
[doc/architecture] replace <> with () for ordered set, doesn't render
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
|
||||
proof of burn of staked coin.
|
||||
|
||||
$$ X = <sn, ep, pk_x, pk_y, root, cm_x^{value}, cm_y^{value}> $$
|
||||
$$ W = <value, ep, nonce, value_{blind}, sk, \tau ,path> $$
|
||||
$$ X = (sn, ep, pk_x, pk_y, root, cm_x^{value}, cm_y^{value}) $$
|
||||
$$ W = (value, ep, nonce, value_{blind}, sk, \tau ,path) $$
|
||||
$$ \mathcal{L}= \{X:W\in \mathcal{R}\} $$
|
||||
|
||||
| Public Input | Description |
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# leadership mint proof
|
||||
|
||||
$$ X = <ep, C, cm_x^{value}, cm_y^{value}> $$
|
||||
$$ W = <pk_x, pk_y, value, ep, nonce, value_{blind}> $$
|
||||
$$ X = (ep, C, cm_x^{value}, cm_y^{value}) $$
|
||||
$$ W = (pk_x, pk_y, value, ep, nonce, value_{blind}) $$
|
||||
$$ \mathcal{L}= \{X:W\in \mathcal{R}\} $$
|
||||
|
||||
| Public Input | Description |
|
||||
|
||||
@@ -19,8 +19,8 @@ a new coin that includes the block reward and is eligible to compete
|
||||
in upcoming future slots.
|
||||
|
||||
|
||||
$$ X = <sn, ep, pk_x, pk_y, root, cm_x^{value}, cm_y^{value}, reward, cm_x^{value^{out}}, cm_y^{value^{out}}, C, \mu_y, y, \mu_{\rho}, \rho,\sigma_1, \sigma_2, headstart> $$
|
||||
$$ W = <sk, nonce, value, ep, reward, value_{blind}, \tau, path, value_{blind}^{out}, \mu_y, \mu_{\rho}, \sigma1, \sigma2, headstart> $$
|
||||
$$ X = (sn, ep, pk_x, pk_y, root, cm_x^{value}, cm_y^{value}, reward, cm_x^{value^{out}}, cm_y^{value^{out}}, C, \mu_y, y, \mu_{\rho}, \rho,\sigma_1, \sigma_2, headstart) $$
|
||||
$$ W = (sk, nonce, value, ep, reward, value_{blind}, \tau, path, value_{blind}^{out}, \mu_y, \mu_{\rho}, \sigma1, \sigma2, headstart) $$
|
||||
$$ \mathcal{L}= \{X:W\in \mathcal{R}\} $$
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user