Module group_math::int

source ·
Expand description

Group of an integer which defines addition as integer (wrapping) addition

  • Associative operation: Integer wrapping addition, $(a + b) \mod 2^N$
  • Identity element: 0
  • Inverse element: -x

Structs