fiat_p384_from_montgomery

Function fiat_p384_from_montgomery 

Source
pub const fn fiat_p384_from_montgomery(arg1: &[u64; 6]) -> [u64; 6]
Expand description

The function fiat_p384_from_montgomery translates a field element out of the Montgomery domain.

Preconditions: 0 ≤ eval arg1 < m Postconditions: eval out1 mod m = (eval arg1 * ((2^64)⁻¹ mod m)^6) mod m 0 ≤ eval out1 < m