Module fss_rs::group

source ·
Expand description

See Group.

Modules§

  • Byte vectors as a group.
  • Integers as a group.
  • Integers as a group 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 (mathematics) that can be converted from a byte array.
  • Into<[u8; OUT_BLEN]> is not used in the crate. We include it here and impl it for all PRG embedded in the crate for user convenience.