Macro finite_fields::binary_type_arithmetic [] [src]

macro_rules! binary_type_arithmetic {
    ($tyname:ident, $fieldwidth:expr) => { ... };
}

Implements arithmetic on a binary type, with overflow and division by zero errors.