open-quantum-safe / liboqs

C library for prototyping and experimenting with quantum-resistant cryptography
https://openquantumsafe.org/
Other
1.86k stars 458 forks source link

Verification error in CROSS-RDSDPG-128-small #1958

Open SWilson4 opened 6 days ago

SWilson4 commented 6 days ago
          I managed to reproduce this very rare verification error in CROSS-RDSDPG-128-small. I'm still looking for the root cause but I can confirm that it seems totally unrelated to the new fuzzing harness.

Originally posted by @rtjk in https://github.com/open-quantum-safe/liboqs/issues/1955#issuecomment-2432126812

rtjk commented 4 days ago

It looks like there is a problem with the size of the array used store paths in the seed tree while signing. I'll open a new PR as soon as I find a solution, it should be a minor fix.