Skip to content

HashFn

[Source]

Produces a fixed-length byte array based on the input sequence.

interface ref HashFn

Public Functions

apply

[Source]

The digest of input. The same input always gives the same digest, and every digest an implementation gives back has the same length.

fun box apply(
  input: ByteSeq)
: Array[U8 val] val

Parameters

Returns