calcFileMd5

fun calcFileMd5(dataSource: <Error class: unknown class>): String?

Method used to calculate the digested MD5 hash of a relatively small byte array

Return

the digested md5 hash of the input bytes data

Parameters

bytes

the data to be hashed

See also