Module core::hash::sip [] [src]

An implementation of SipHash 2-4.

Reexports

use prelude::v1::*;
use ptr;
use super::Hasher;

Structs

SipHasher

An implementation of SipHash 2-4.

Functions

load_u64_le

Load a full u64 word from a byte stream, in LE order. Use copy_nonoverlapping to let the compiler generate the most efficient way to load u64 from a possibly unaligned address.