pub fn basic_compute_montgomery_params_with_method<T>(
modulus: T,
method: NPrimeMethod,
) -> Option<(T, T, T, usize)>Expand description
Montgomery parameter computation (Basic) Computes R, R^(-1) mod N, N’, and R bit length for Montgomery arithmetic Returns None if parameter computation fails