computeHashValue

external fun computeHashValue(input: ByteArray, inputLength: Int, md: ByteArray, mdLength: Int)

Computes the hash value of an input message and writes the result to an output buffer.

Parameters

input

the input message.

inputLength

the length of the input message.

md

the output buffer.

mdLength

the length of the output buffer.