Brian Smith
Brian Smith
We should put it into *ring*.
Somewhere I have a branch that moves the logic from webpki into *ring* to do this. If people have thoughts on what they'd like the API to look like, it...
This is basically done. Code coverage is reported for the generic code for 64-bit big endian and 64-bit little endian. I don't know of a good 32-bit target in either...
My plan is to create a new "generate_" API that will generate a "Components" structure that contains the private key bytes and the public key bytes, alongside the `generate_pkcs8`. I...
This is a very big change and I could use some hand-holding to understand it. I suspect that this PR is mostly copying things from the existing main branch. It...
I left some comments in https://github.com/rust-lang/rustup/issues/2612#issuecomment-1433892701 that are very relevant to the development and review of this PR.
Closing this as not planned. It has been years since we've done anything with 0.16.x. If any of these changes would be helpful for 0.17, PLMK. Thanks!
> the demo needs to enable one of its Cargo features to mark a custom getrandom implementation as being crypto safe (see https://github.com/briansmith/ring/pull/1754 ) This patch looks good to me...
> another issue that makes ring not failed to link when compiled to no-std targets (a better version of https://github.com/briansmith/ring/pull/1794 ) have not landed upstream I am happy to help...
> with a custom compilation target (written as a JSON file) that's basically x86_64-unknown-linux-gnu with os = "none" I am all for incremental progress. The main issue I see with...