Type Definition digest_hash::NetworkEndian[][src]

type NetworkEndian<D> = BigEndian<D>;

A type alias for Endian specialized for network byte order.

Network byte order is defined by RFC 1700 to be big-endian, and is referred to in several protocol specifications. This type is an alias of BigEndian.