Hashes a sequence of bytes.
fn hash_bytes<S>(val: &[u8], seed: S) -> <Self as Hasher>::Digest where S: Into<<Self as Hasher>::Seed>,
The bytes to hash.
The seed of the operation.