//! *Note: all types are little endian.*
extern crate newtype_derive;
/// A couple of binary types defined without macros for illustration purposes.
/// Macros for generating binary finite field types.
/// Macros for generating n-ary finite field types.
/// Custom error for finite field arithmetic arrors.