-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
std.crypto: move rsa to separate module #19986
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: master
Are you sure you want to change the base?
Conversation
CI failure is a flake:
|
@jedisct1 Ping. |
On vacation with GF who would kill me if I open the laptop. |
No problem, just been a couple weeks and I'm eager to get a good TLS server upstreamed. Enjoy your vacation! |
I'm not forgetting you. I'm gonna look at this asap. |
Copied from: https://github.com/clickingbuttons/zig/blob/f1cea91624fd2deae28bfb2414a4fd9c7e246883/lib/std/crypto/rsa.zig Hopefully clickingbuttons work will find a way to the std lib, or to separate rsa library. Things to watch: ziglang/zig#19776 ziglang/zig#19986
@jedisct1 Did you forget? ;) |
This needs a rebase to resolve the merge conflict. |
Fixed merge conflicts but didn't test since I have to rebuild LLVM. |
Where'd you go @jedisct1 ? :) |
Would you mind resolving the merge conflicts? |
No functional changes. Side channel vulnerabilities are still present and a lot of future cleanup is still needed before making public.
Towards #19776. See #19771 (comment).