-
Hi,
I am using ubuntu 18.04. I was going through the steps of installing the library. I am not sure how to proceed after "make check". I want to execute "cmake -DDEPENDS_DIR=/home/smith/libsnark/de…
-
The ``depends``folder is missing from the repository.
EDIT: I've fixed some include issues and re-added the depends folder here: https://github.com/Romern/verifiable-image-redacting/tree/alpine
ED…
-
I read some documents and demos for usage of libsnark. But they only support tranforming R1CS language into a crypto proof. I was wondering if libsnark support verifying arbitary bounded program. (Loa…
-
`libsnark` makes implicit assertions about the machine word size. For example, TinyRAM with word size `W` requires `2W`-bit native arithmetic and thus `test_ram_ppzksnark` fails on 32-bit machines. We…
-
Check libsnark/gadgetlib1/gadgets/curves/bw6_761_bls12_377/... and add all required miller loops (e.g. ee/e) from libsnark/gadgetlib1/gadgets/pairing/pairing_params.hpp.
-
I'm not sure which of the scipr-lab repositories to file this against, so apologies if I'm sending this to the wrong place.
I'm packaging libsnark in nixpkgs and have had to patch over several weir…
-
In `algebra/fields/fp.hpp`, the static members of the `Fp_model` template are declared as well as defined. This leads to a problem when we dynamically link against `libsnark.so`. We have code in the m…
-
Various places in the code (e.g. pb_variable_array) provide a default annotation_prefix parameter of "", but then assert if this is passed in. e.g. https://github.com/clearmatics/libsnark/blob/master…
-
Hi
I am playing with gadgetlib2 and have a weird issue: after converting it to an r1cs constraint system, the is_valid() function returns false.
The demo is using the Comparison_Gadget to compare tw…
benma updated
7 years ago
-
error : Floating point exception (core dumped)
I use gdb find out where the error came :
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Core was generated by `./main'.…