scipr-lab / libsnark

C++ library for zkSNARKs
Other
1.82k stars 583 forks source link

port issue(to 32bit arm linux and x86/x64 windows) #121

Open huyuguang opened 6 years ago

huyuguang commented 6 years ago

There are so many "long" in code. The "long" in x64 linux(gcc) is 64bits, but in x86 system, it's 32bits. Can I change all the long to int32_t?

HarryR commented 5 years ago

There is a variant of this issue in https://github.com/scipr-lab/libsnark/issues/157