implement common class, refactor HMAC

This commit is contained in:
2025-11-10 14:54:19 +01:00
parent 045af38398
commit 9db4ee21a0
4 changed files with 39 additions and 30 deletions

View File

@@ -21,8 +21,13 @@ kotlin {
sourceSets {
commonMain.dependencies {
implementation(libs.hash)
implementation(libs.bytearray)
}
}
compilerOptions {
freeCompilerArgs.add("-opt-in=kotlin.ExperimentalUnsignedTypes")
}
}
publishing {