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

pub const LFACTOR_FIELD: u64

FieldElement-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 FieldElement Arithmetics module.