Tony Arcieri

Results 2560 comments of Tony Arcieri

Hi there! Sounds interesting, although we haven't really done anything like this in the past, and I'm not really sure of the tax implications.

We don't have a legal entity. I can look into what the tax obligations would be.

Looks like we finally closed the loop on this in #297

It would be good to suggest an alternative. Possibly [`memmap2`](https://github.com/RazrFalcon/memmap2-rs)?

We're discussing enforcing a minimum modulus of 1024-bits in the `rsa` crate itself: https://github.com/RustCrypto/RSA/issues/445

Yeah, I don't think it makes sense to remove the key size check entirely. 1024-bits should be the hard floor

We ended up reverting that but the plan is to get a soft limit in place before the next release. I guess we can go ahead and remove the limit...

I'm confused what's the error you're reporting here. Everything builds for me locally and in CI.