HashFn¶ [Source] Produces a fixed-length byte array based on the input sequence. interface ref HashFn Public Functions¶ apply¶ [Source] fun tag apply( input: ByteSeq) : Array[U8 val] val Parameters¶ input: ByteSeq Returns¶ Array[U8 val] val