Skip to content

Commit

Permalink
(temp)
Browse files Browse the repository at this point in the history
  • Loading branch information
tnasu committed Nov 9, 2022
1 parent 963c029 commit 7ac05fe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/ja/02-consensus.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ $t$ は式 `2.` を使って証明 $pi$ から生成することができます

![VRF Expression](../static/consensus/math_expression.png)

1. $\pi = {\rm vrf\_prove}(S_k, m)$
2. $t = {\rm vrf\_proof\_to\_hash}(\pi)$
3. ${\rm vrf\_proof\_to\_hash}(\pi) \overset{\text{?}}{=} {\rm vrf\_verify}(P_k, m, \pi)$
1. $\pi = {\rm vrf\\_prove}(S_k, m)$
2. $t = {\rm vrf\\_proof\\_to\\_hash}(\pi)$
3. ${\rm vrf\\_proof\\_to\\_hash}(\pi) \overset{\text{?}}{=} {\rm vrf\\_verify}(P_k, m, \pi)$

Ostracon では、あるブロックを作成した Proposer による*無作為で検証可能な乱数*によって次の Proposer と Voter を決定します。そして
ブロックにはそのための VRF Proof フィールド $\pi$ が追加されています。
Expand Down

0 comments on commit 7ac05fe

Please sign in to comment.