Skip to content

Commit

Permalink
Merge pull request #25 from derbear/abft-typo
Browse files Browse the repository at this point in the history
Fix typo in seed verification procedure.
  • Loading branch information
algofoundation authored Jan 13, 2020
2 parents ba77463 + 123a84b commit 8096e2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/abft.md
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ $$

The seed is valid if the following verification procedure succeeds:

1. Let $(B, \pk) = \Record(L, r - \delta_b, I)$; let $q_0 = \Seed(L, r-1)$.
1. Let $(B, \pk) = \Record(L, r - \delta_b, I)$; let $q_0 = \Seed(L, r-\delta_s)$.

2. If $p = 0$, check $\mathrm{VRF.Verify}(y, q_0, \pk)$, immediately returning
failure if verification fails. Let
Expand Down

0 comments on commit 8096e2d

Please sign in to comment.