sCrypt-Inc / zokrates

A zero-knowledge proof toolbox on Bitcoin. A fork of zokrates (https://github.com/Zokrates/ZoKrates).
GNU Lesser General Public License v3.0
14 stars 1 forks source link

Precalculation result of miller(beta, alpha) wrong for ark backend. #35

Open msinkec opened 1 year ago

msinkec commented 1 year ago

Fix precalculation of miller(beta, alpha) for ark backend to be identical with bellman backend. Check value order, algo for pairing, endiannes, etc...