Results 1127 comments of Brian Smith

@nazar-pc Many, many people have suggested that. If I wanted it done that way, it would already be done. If we're lucky somebody will write a script for the above...

First of all, the name *does* matter if the function is `pub`. All (at least most) of these checks should be done for any `pub` function, since they affect whether...

To clarify my comments, consider these aspects of the requirements: > function with the same export name takes different number of arguments > * [ ] function with the same...

Sorry, I didn't realize you were expecting another response from me. I am definitely not going to be working on this issue. And also, sorry if my earlier comments were...

It would be great if somebody could submit a PR.

> I find the build setup for this crate quite convoluted to figure out from source (it needs perl & python in addition to Rust it seems)? If you have...

It seems fine to add the ability to parse PKCS#8 files missing the public key, I guess, but: - [ ] We should not change the implementation of the current...

Which target features does *ring* expect that cranelift isn't enabling automatically for these targets?

How can we detect cranelift in a `cfg` expression?

It looks like it is very close to working. Probably somebody should "just" contribute the missing pmull/sha support to cranelift and then this will work OOB.