Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python anon_cred.py & blindsign.py segmentation fault #3

Open
DavideMargaria opened this issue Dec 13, 2024 · 1 comment
Open

Python anon_cred.py & blindsign.py segmentation fault #3

DavideMargaria opened this issue Dec 13, 2024 · 1 comment

Comments

@DavideMargaria
Copy link

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 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?

Thank you in advance.

Kind Regards,
Davide Margaria
on behalf of Cybersecurity Research Group @ LINKS Foundation

@p-steuer
Copy link
Contributor

p-steuer commented Jan 9, 2025

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 ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants