Closed skepticfx closed 3 years ago
It looks like the range values used here excludes 4096: https://github.com/jedisct1/rust-blind-rsa-signatures/blob/master/src/lib.rs#L249-L251
if !(2048..4096).contains(&modulus_bits) { return Err(Error::UnsupportedParameters); }
Is this intended?
It looks like the range values used here excludes 4096: https://github.com/jedisct1/rust-blind-rsa-signatures/blob/master/src/lib.rs#L249-L251
Is this intended?