RareSkills / zk-book

This is the markdown for the ZK Book
79 stars 34 forks source link

fix: correct definition of L, R, aprime, Gprime, bprime, Hprime (chap… #47

Closed 0x6980 closed 2 weeks ago

0x6980 commented 2 weeks ago
  1. main problem: fold(a,u) to the basis fold(G, u^{-1}) and same thing for H and b: fold(b,u) to the basis fold(H, u^{-1})

  2. In the definition of L and R the last segment of both was incorrect and fixed.