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

Unused variable in Classic McEliece #1896

Open
maddin200 opened this issue Aug 19, 2024 · 1 comment
Open

Unused variable in Classic McEliece #1896

maddin200 opened this issue Aug 19, 2024 · 1 comment
Labels
wontfix This will not be worked on

Comments

@maddin200
Copy link

File:
\src\kem\classic_mceliece\pqclean_mceliece6960119_avx2\pk_gen.c line 120
Code:
static void de_bitslicing(uint64_t *out, vec256 in[][GFBITS]) {
int i, j, r;
uint64_t u = 0; // <-- unused

@baentsch
Copy link
Member

Thanks for the suggestion, @maddin200 . However, this is code automatically imported from PQClean, so please submit an issue, ideally a PR there. The fix will then automatically be introduced to liboqs at a later import.

@baentsch baentsch added the wontfix This will not be worked on label Aug 20, 2024
@dstebila dstebila changed the title unused variable Unused variable in Classic McEliece Sep 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Projects
Status: Todo
Development

No branches or pull requests

2 participants