Foundations(iOS Sourceset): Use alternative implementation for MacInstance, due to complications with mac length under previous implementation, which makes NIP49 tests(with all other relevant tests) pass. Some spotless fixes.

This commit is contained in:
KotlinGeekDev
2026-03-12 15:31:33 +01:00
parent 8f02ea0cf6
commit 759b0c8b96
4 changed files with 169 additions and 63 deletions
+2 -2
View File
@@ -292,8 +292,8 @@ kotlin {
implementation(libs.charlietap.cachemap)
implementation(libs.net.thauvin.erik.urlencoder.lib)
implementation(libs.dev.whyoleg.cryptography.provider.apple.optimal)
// implementation("io.github.andreypfau:kotlinx-crypto-hmac:0.0.4")
// implementation("io.github.andreypfau:kotlinx-crypto-sha2:0.0.4")
implementation("io.github.andreypfau:kotlinx-crypto-hmac:0.0.4")
implementation("io.github.andreypfau:kotlinx-crypto-sha2:0.0.4")
}
}