Module fss_rs::group::byte

source ·
Expand description

Byte vectors as a group.

  • Associative operation: XOR.
  • Identity element: All bits zero.
  • Inverse element: x itself.

Structs§