[torspec/master] prop250: Fix COMMIT construction to match the implementation

commit 0fbfd827779c8eb915270639cbd6e1290a6731b8 Author: David Goulet <dgoulet@torproject.org> Date: Fri Aug 26 11:21:10 2016 -0400 prop250: Fix COMMIT construction to match the implementation Signed-off-by: David Goulet <dgoulet@torproject.org> --- proposals/250-commit-reveal-consensus.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/proposals/250-commit-reveal-consensus.txt b/proposals/250-commit-reveal-consensus.txt index 3e701fc..d05d11d 100644 --- a/proposals/250-commit-reveal-consensus.txt +++ b/proposals/250-commit-reveal-consensus.txt @@ -396,9 +396,7 @@ Supersedes: 225 The value COMMIT is computed as follows: - COMMIT = base64-encode( TIMESTAMP || H(H(RN)) ) - - where RN is the random value from REVEAL. + COMMIT = base64-encode( TIMESTAMP || H(REVEAL) ) 4.1.2. Validating commitments and reveals [VALIDATEVALUES]
participants (1)
-
dgoulet@torproject.org