You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The project compiles successfully with make command, but the examples anon_cred.py and blindsign.py fail with a segmentation fault.
Please note that my current machine does not support AVX512, while the other dependencies are correctly satisfied (same versions reported in the README and the OS in the VM is Ubuntu 22.04).
Could you please help?
make all failed due to the labrador submodule accidentally pointing to a private repo.
This is fixed with commit 3e33453 .
However, anon_cred.py and blindsig.py should not require the labrador submodule.
Could you provide more informatiion on the segaulft e.g., a backtrace ?
The project fails to compile with
make all
command.We noticed that simply updating the project with the Labrador repository (see also https://github.com/lazer-crypto/lazer/issues/2#issuecomment-2541532545) doesn’t seem to be enough to fix the problem.
The project compiles successfully with
make
command, but the examplesanon_cred.py
andblindsign.py
fail with a segmentation fault.Please note that my current machine does not support AVX512, while the other dependencies are correctly satisfied (same versions reported in the README and the OS in the VM is Ubuntu 22.04).
Could you please help?
Thank you in advance.
Kind Regards,
Davide Margaria
on behalf of Cybersecurity Research Group @ LINKS Foundation
The text was updated successfully, but these errors were encountered: