iden3 / rapidsnark

rapidsnark is a fast zkSNARK prover written in C++, that generates proofs for circuits created with circom and snarkjs.
GNU Lesser General Public License v3.0
57 stars 25 forks source link

the files under build directory not consistent with ffiasm/src/buildzqfield.js #3

Open cliff0412 opened 11 months ago

cliff0412 commented 11 months ago

the fr.asm, fq.asm file is not consistent with the template in ffiasm. i suggest to modify ffiasm's template also

OBrezhniev commented 10 months ago

Hi @cliff0412! Yes, they differ, but functionally should be the same. ffiasm templates for arm64 were created after we have manually written them in rapidsnark. If you spot any bugs or incompatibilities, please report them.

cliff0412 commented 10 months ago

i dont find any bugs; just suggest not to put the files under build directory, better to generate those files during build