library / org.akop.kotx.ext.basic / kotlin.ByteArray / md5

md5

fun ByteArray.md5(): ByteArray

Computes MD5 hash for the byte array using MessageDigest.

Return
MD5 hash for the byte array.