Module field_element

Source

Structs§

FieldElement

Constants§

I128_SIGN_BOUNDARY 🔒
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.