mirror of
https://github.com/InsanusMokrassar/MicroUtils.git
synced 2025-12-31 10:29:30 +00:00
experimentally add linuxx64 and mingwx64 as target platforms
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
package dev.inmo.micro_utils.crypto
|
||||
|
||||
import com.soywiz.krypto.md5
|
||||
|
||||
typealias MD5 = String
|
||||
|
||||
expect fun SourceBytes.md5(): MD5
|
||||
fun SourceString.md5(): MD5 = encodeToByteArray().md5()
|
||||
fun SourceBytes.md5(): MD5 = md5().hexLower
|
||||
fun SourceString.md5(): MD5 = encodeToByteArray().md5().hexLower
|
||||
|
||||
Reference in New Issue
Block a user