calcFileSHA256

fun calcFileSHA256(dataSource: <Error class: unknown class>): ByteArray?

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

Return

the digested SHA256 hash of the input bytes data

Parameters

bytes

the data to be hashed

See also