mirror of https://github.com/zcash/pasta.git
injectivitylemma6.py: fix bugs in comments.
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
This commit is contained in:
parent
e859145e33
commit
d93cabbaf8
|
@ -16,8 +16,8 @@
|
|||
# Output [a.ζ^2 + b.ζ + c] P.
|
||||
#
|
||||
# For each i ∈ [0, λ), the mapping (r_i, s_i) ↦ (d_i, e_i, f_i) is injective,
|
||||
# and exactly one of d_i, e_i, f_i ∈ {-1, 0, +1} is 0.
|
||||
# Let M_k = {(d, e, f : {-1, 0, +1}^k) for all i, exactly one of d_i, e_i, f_i is 0}.
|
||||
# and exactly one of d_i, e_i, f_i ∈ {-1, 0, +1} is nonzero.
|
||||
# Let M_k = {(d, e, f : {-1, 0, +1}^k) for all i, exactly one of d_i, e_i, f_i is nonzero}.
|
||||
# So (r, s) ↦ (d, e, f) : M_λ is also injective.
|
||||
#
|
||||
# Lemma: For k ≥ 0, (d, e, f) ∈ M_k ↦ (∑_{j ∈ [0, k-1)} d_j 2^j,
|
||||
|
|
Loading…
Reference in New Issue