pub fn low_exponent_message(c: &BigInt, e: u32) -> Option<BigInt>Expand description
Low-exponent / no-padding attack: if mᵉ < N (a small message under a small public exponent with no
padding), then c = mᵉ over the integers, so the plaintext is just the integer e-th root of c.