[][src]Function bsa3_hash::calculate

pub fn calculate<T: AsRef<[u8]>>(input: T) -> (u32, u32)

Splits a given byte sequence in two and computes the hash for each half.

The return value is a tuple of two u32s: the hash of the left half, and the hash of the right half, in that order.