Function fiat_crypto::secp256k1_montgomery_scalar_64::fiat_secp256k1_montgomery_scalar_to_montgomery
source · pub fn fiat_secp256k1_montgomery_scalar_to_montgomery(
out1: &mut fiat_secp256k1_montgomery_scalar_montgomery_domain_field_element,
arg1: &fiat_secp256k1_montgomery_scalar_non_montgomery_domain_field_element
)
Expand description
The function fiat_secp256k1_montgomery_scalar_to_montgomery translates a field element into the Montgomery domain.
Preconditions: 0 ≤ eval arg1 < m Postconditions: eval (from_montgomery out1) mod m = eval arg1 mod m 0 ≤ eval out1 < m