MicroUtils/crypto/src/commonMain/kotlin/dev/inmo/micro_utils/crypto/Sha.kt

5 lines
204 B
Kotlin

package dev.inmo.micro_utils.crypto
@Deprecated("Deprecated due to incorrect of work sometimes and redundancy. Can be replaced by korlibs krypto")
expect fun SourceString.hmacSha256(key: String): String