-
Notifications
You must be signed in to change notification settings - Fork 580
Add Classic McEliece sanitization patch #2196
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
base: main
Are you sure you want to change the base?
Conversation
What's confusing me mainly is this bit:
(ignore how I accidentally did that to reed_solomon as well - it's not in the patch) yet when I run
I'm 90% sure I'm on the right commit and the right repository. |
Here's an asciinema recording of what I did to get the original patch - maybe I'm doing something wrong? |
What you're doing makes sense. I'm wondering if they copy_from_upstream verify operation isn't properly applying the patches before doing the diff. But that also doesn't make sense, as that should cause problems in lots of places. Out of curiosity, does anything improve if you change the
|
It seems that has this result:
|
Sorry about the delay in additional work - just getting a bit loaded up with finals at the moment. I should be able to figure this out next week. |
29704ac
to
c9eb3c5
Compare
Well this is quite fascinating - seems the flake is failing for once! Let me take a peek. |
Okay, fixing |
Signed-off-by: Aiden Fox Ivey <[email protected]>
Signed-off-by: Aiden Fox Ivey <[email protected]>
tl;dr is just that I was daft lol |
Alright, should be sorted! |
Signed-off-by: Aiden Fox Ivey [email protected]