This commit is contained in:
InsanusMokrassar 2022-04-29 18:47:23 +06:00
parent 31fbd3cad7
commit 1dafd1352a
1 changed files with 0 additions and 2 deletions

View File

@ -10,6 +10,4 @@ external val CryptoJS: CryptoJs
actual fun SourceString.hmacSha256(key: String) = CryptoJS.asDynamic().HmacSHA256(this, key).unsafeCast<String>()
actual fun SourceBytes.hex() = CryptoJS.asDynamic().format.Hex(this).unsafeCast<String>()
actual fun SourceString.hex() = CryptoJS.asDynamic().format.Hex(this).unsafeCast<String>()