Crate group_math

Source

Modules§

byte
Group of bytes
int
Group of an integer which defines addition as integer (wrapping) addition
int_prime
Group of an integer which is a $p$-group. MOD as the $p$ is a prime number as the cardinality of the group. Some prime numbers that are the max ones less than or equal to u*::MAX are provided as PRIME_MAX_LE_U*_MAX.

Traits§

Group
Group (mathematics) that can be converted from a byte array