aboutsummaryrefslogtreecommitdiff
path: root/proposals/250-commit-reveal-consensus.txt
diff options
context:
space:
mode:
authorDavid Goulet <dgoulet@torproject.org>2016-08-26 11:21:10 -0400
committerDavid Goulet <dgoulet@torproject.org>2016-08-26 11:21:10 -0400
commit0fbfd827779c8eb915270639cbd6e1290a6731b8 (patch)
tree68a3ee986d91aae695eb634ac2896599e0acb047 /proposals/250-commit-reveal-consensus.txt
parentff93808c5277c2412dfc19727d38216162cd1ab8 (diff)
downloadtorspec-0fbfd827779c8eb915270639cbd6e1290a6731b8.tar.gz
torspec-0fbfd827779c8eb915270639cbd6e1290a6731b8.zip
prop250: Fix COMMIT construction to match the implementation
Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'proposals/250-commit-reveal-consensus.txt')
-rw-r--r--proposals/250-commit-reveal-consensus.txt4
1 files changed, 1 insertions, 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]