acir_field::field_element

Constant I128_SIGN_BOUNDARY

Source
const I128_SIGN_BOUNDARY: u128 = _; // 170_141_183_460_469_231_731_687_303_715_884_105_728u128
Expand description

The value 2^127, which represents the boundary between positive and negative values in i128 representation. Values greater this are treated as negative when converting to signed integers.