[][src]Constant zerocaf::backend::u64::constants::LFACTOR

pub const LFACTOR: u64

Scalar-LFACTOR is the value that satisfies the equation: L * LFACTOR = -1 (mod 2^52) In this case, LFACTOR is the one used for the Montgomery Reduction algorithm, implemented on Scalar Arithmetics module.