Function blake3::hash[][src]

pub fn hash(input: &[u8]) -> Hash
Expand description

The default hash function.

For an incremental version that accepts multiple writes, see Hasher::update.

This function is always single-threaded. For multi-threading support, see Hasher::update_with_join.