Module finite_fields::binary_static [] [src]

A couple of binary types defined without macros for illustration purposes.

Structs

Iter

An iterator for b2.

b1

The base binary type, a unit-width binary digit.

b2

A two-digit binary number.

Constants

ONE

Shorthand for one in unit-width binary type.

ZERO

Shorthand for zero in unit-width binary type.

Traits

Peano

Peano arithmetic operators.