Explorar el Código

doc: correct small typo

x hace 3 años
padre
commit
3615c6338f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      doc/src/crypto/key-recovery-2-of-3.md

+ 1 - 1
doc/src/crypto/key-recovery-2-of-3.md

@@ -7,7 +7,7 @@ The basic concept relies on the additivity of functions $(f\circ g)(a) = f(a) +
 and additive homomorphism of EC points. That way we avoid heavy MPC multiplications
 and additive homomorphism of EC points. That way we avoid heavy MPC multiplications
 and keep the scheme lightweight.
 and keep the scheme lightweight.
 
 
-The values $x_0, \dots, x_5$ are fixed strings known by all players.
+The values $x_1, \dots, x_6$ are fixed strings known by all players.
 
 
 ## Constructing the Line
 ## Constructing the Line