[][src]Function zkp_u256::to_montgomery_const

pub const fn to_montgomery_const(
    x: &U256,
    modulus: &U256,
    m64: u64,
    r2: &U256
) -> U256

Slow but compile time constant version of to_montgomery.