HalfSipHash24Streaming¶
Streaming HalfSipHash-2-4 for incremental U32 input.
Constructors¶
create¶
Returns¶
Public Functions¶
reset¶
Reset the internal state.
Returns¶
- None val
update¶
Hash m and update the internal state.
Parameters¶
- m: U32 val
Returns¶
- None val
finish¶
Compute the hash from accumulated data and reset the internal state.
Returns¶
- U32 val