[tor-commits] [torspec/master] prop250: Change INT_8 to INT_1, it's in bytes

dgoulet at torproject.org dgoulet at torproject.org
Tue Feb 9 19:16:06 UTC 2016


commit bd187286b88610454a9ac47ac9c3c5179f47742e
Author: David Goulet <dgoulet at ev0ke.net>
Date:   Tue Feb 9 14:10:23 2016 -0500

    prop250: Change INT_8 to INT_1, it's in bytes
    
    Signed-off-by: David Goulet <dgoulet at ev0ke.net>
---
 proposals/250-commit-reveal-consensus.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/proposals/250-commit-reveal-consensus.txt b/proposals/250-commit-reveal-consensus.txt
index c2d1981..262630f 100644
--- a/proposals/250-commit-reveal-consensus.txt
+++ b/proposals/250-commit-reveal-consensus.txt
@@ -317,7 +317,7 @@ Supersedes: 225
 
       HASHED_REVEALS = H(ID_a | R_a | ID_b | R_b | ..)
 
-      SRV = SHA3-256("shared-random" | INT_8(REVEAL_NUM) | INT_8(VERSION) |
+      SRV = SHA3-256("shared-random" | INT_1(REVEAL_NUM) | INT_1(VERSION) |
                      HASHED_REVEALS | PREVIOUS_SRV)
 
    where the ID_a value is the identity key fingerprint of authority 'a' and R_a



More information about the tor-commits mailing list