Brian Smith
Brian Smith
...and, since there would be no dependency relationship between the two crates, they should build perfectly in parallel.
PR #1710 creates a workspace. Presumably `ring-c-test` would become a default member of the workspace (unlike `ring-bench`).
[wrongly-added comment removed]
Thanks @Philipp91. Reopened.
My understanding is that there is at least one PR and maybe two different PRs that attempt to fix this issue. Additionally, there are some other patches that completely change...
See #805 where the beginning of the refactoring of the AEAD API has started. Feedback appreciated.
Because we switched to using `getrandom`, it is now very easy to add vxworks support. Just add it to the list of supported operating systems in rand.rs and Cargo.toml.
@g2p I commented on your proof of concept commits directly but I'll comment here first. I see a few aspects of this: 1. Generalize the RSA signing bigint computations so...
@g2p How's it going? Anything I can do to unblock you here?
Hi Marshall! Thanks for filing the feature request. You are right in pointing out that there are two possible routes: Either just do something for RSA, or do something for...