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

Make PQCgenKAT_sign in RPi4 #58

Closed
tcushion opened this issue May 26, 2022 · 1 comment
Closed

Make PQCgenKAT_sign in RPi4 #58

tcushion opened this issue May 26, 2022 · 1 comment

Comments

@tcushion
Copy link

On the ARM processor using a 32 bit operating system, the long long type in rng.h, rng.c and PQCgenKAT_sign.c causes a segmentation fault when calling randombytes(seedbuf, SEEDBYTES) for generating the keypair. Changing the type to int appears to fix this although I am unsure if this is stable or optimal for the processor.

@gregorseiler
Copy link
Member

These files come from NIST

@gregorseiler gregorseiler closed this as not planned Won't fix, can't repro, duplicate, stale Sep 6, 2024
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