Skip to content

HalfSipHash24Streaming

[Source]

Streaming HalfSipHash-2-4 for incremental U32 input.

class ref HalfSipHash24Streaming

Constructors

create

[Source]

new ref create()
: HalfSipHash24Streaming ref^

Returns


Public Functions

reset

[Source]

Reset the internal state.

fun ref reset()
: None val

Returns


update

[Source]

Hash m and update the internal state.

fun ref update(
  m: U32 val)
: None val

Parameters

Returns


finish

[Source]

Compute the hash from accumulated data and reset the internal state.

fun ref finish()
: U32 val

Returns