//! Contains a custom type definition for a 32-bit-wide byte array.
//!
//! To do: maybe integrate with other crates e.g. ethcore-bytes, or further tune
//! it e.g. with a wrapper for input and output.
use Ordering;
/// Creates a custom Bytes32 type, a 4 byte wide vector.