Auto merge of #3172 - str4d:mingw32, r=str4d
Windows cross-compile support Usage on Debian / Ubuntu: > $ sudo apt install mingw-w64 > $ sudo update-alternatives --config x86_64-w64-mingw32-gcc > (configure to use POSIX variant) > $ sudo update-alternatives --config x86_64-w64-mingw32-g++ > (configure to use POSIX variant) > $ HOST=x86_64-w64-mingw32 ./zcutil/build.sh Closes #489.
This commit is contained in:
@@ -52,7 +52,7 @@ public:
|
||||
// number thing in its API.
|
||||
size_t path_index = convertVectorToInt(path.index);
|
||||
|
||||
positions.fill_with_bits_of_ulong(this->pb, path_index);
|
||||
positions.fill_with_bits_of_uint64(this->pb, path_index);
|
||||
|
||||
authvars->generate_r1cs_witness(path_index, path.authentication_path);
|
||||
auth->generate_r1cs_witness();
|
||||
|
||||
Reference in New Issue
Block a user