Explorar el Código

blockchain.md: introduce a \hash macro to make hashes look like operators

x hace 3 años
padre
commit
2802cd49c1
Se han modificado 2 ficheros con 3 adiciones y 2 borrados
  1. 1 0
      doc/latex-macros.txt
  2. 2 2
      doc/src/architecture/blockchain.md

+ 1 - 0
doc/latex-macros.txt

@@ -1 +1,2 @@
 \DFT:{\textrm{DFT}}
+\hash:{\textrm{hash}}

+ 2 - 2
doc/src/architecture/blockchain.md

@@ -301,6 +301,6 @@ the randomization of the leader selection at each slot is hinged on the random $
 #### solution
 
 to break this centeralization, a decentralized emulation of $G_{ro}$ functionality for calculation of: $\eta_i=PRF^{G_{ro}}_{\eta_{i-1}}(\psi)$
-$$\psi=hash(tx^{ep}_{0})$$
-$$\eta_0=hash("let there be dark!")$$
+$$\psi   =  \hash(tx^{ep}_{0})$$
+$$\eta_0 =  \hash(\mathrm{"let\; there\; be\; dark!"})$$
 note that first transaction in the block, is the proof transaction.