Trait method lrs::hash::Hasher::write_bytes

Adds a slice of bytes to the hasher.

Syntax

fn write_bytes(&mut self, val: &[u8]) -> ()

Arguments

NameDescription
val

The bytes to add to the hash state.