Diego
Diego
Hi guys. Is anyone working on OCB3? If not, I'll give it a shot.
Ah, I see. Thanks. I'll look for another one then. I have time to spend on learning some more Rust, so any will do :) If you have any algorithm...
In fact, the checks should be carried out in a couple of places. For instance, passing an even exponent to the function `RsaPrivateKey::new_with_exp` will hang forever, since the computation of...
Thanks for your feedback @tarcieri. I'd be happy to know more about those exotic/legacy use cases. @dignifiedquire: Any pointer where this has been discussed or documented?
Hi guys. I took a look at this issue in a bit more detail, and have a couple of considerations: 1. I find the "unchecked" approach dangerous. It leads to...
Understood. In that case, I guess we can leave the key bounds, the unchecked versions, etc., aside for now, and address the minimum requirements that originated this issue. That is,...
Hi @Myzel394, maybe the examples in this repo can be of help: https://github.com/granitDev/rPGP-Working-Examples Saw it here: #200