pub fn fiat_25519_relax(
    out1: &mut fiat_25519_loose_field_element,
    arg1: &fiat_25519_tight_field_element
)
Expand description

The function fiat_25519_relax is the identity function converting from tight field elements to loose field elements.

Postconditions: out1 = arg1