Skip to content

SipHash24

[Source]

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

primitive val SipHash24

Constructors

create

[Source]

new val create()
: SipHash24 val^

Returns


Public Functions

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

[Source]

Hash data and return the 64-bit digest.

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

Parameters

  • data: T

Returns


eq

[Source]

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

Parameters

Returns


ne

[Source]

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

Parameters

Returns