Skip to content

HalfSipHash24

[Source]

Compute a HalfSipHash-2-4 over a ReadSeq[U8].

primitive val HalfSipHash24

Constructors

create

[Source]

new val create()
: HalfSipHash24 val^

Returns


Public Functions

apply[T: ReadSeq[U8 val] #read]

[Source]

Hash data and return the 32-bit digest.

fun box apply[T: ReadSeq[U8 val] #read](
  data: T)
: U32 val

Parameters

  • data: T

Returns


eq

[Source]

fun box eq(
  that: HalfSipHash24 val)
: Bool val

Parameters

Returns


ne

[Source]

fun box ne(
  that: HalfSipHash24 val)
: Bool val

Parameters

Returns