mirror of
https://github.com/InsanusMokrassar/MicroUtils.git
synced 2026-01-02 03:19:35 +00:00
hmacSha256 and hex
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
package dev.inmo.micro_utils.crypto
|
||||
|
||||
expect fun SourceString.hex(): String
|
||||
@@ -0,0 +1,3 @@
|
||||
package dev.inmo.micro_utils.crypto
|
||||
|
||||
expect fun SourceString.hmacSha256(key: String): String
|
||||
Reference in New Issue
Block a user