hmacSha256 and hex

This commit is contained in:
2022-04-29 18:42:59 +06:00
parent 848bc5ec10
commit 31fbd3cad7
8 changed files with 75 additions and 1 deletions

View File

@@ -0,0 +1,3 @@
package dev.inmo.micro_utils.crypto
expect fun SourceString.hex(): String

View File

@@ -0,0 +1,3 @@
package dev.inmo.micro_utils.crypto
expect fun SourceString.hmacSha256(key: String): String