Function fiat_crypto::curve25519_32::fiat_25519_carry_mul

source ยท
pub fn fiat_25519_carry_mul(
    out1: &mut fiat_25519_tight_field_element,
    arg1: &fiat_25519_loose_field_element,
    arg2: &fiat_25519_loose_field_element
)
Expand description

The function fiat_25519_carry_mul multiplies two field elements and reduces the result.

Postconditions: eval out1 mod m = (eval arg1 * eval arg2) mod m