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

@@ -1,9 +1,11 @@
[versions]
kotlin = "2.1.20"
hash = "1.2.2"
hash = "1.3.1"
bytearray = "1.2.0"
[plugins]
multiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kotlin" }
[libraries]
hash = { module = "com.infendro:hash", version.ref = "hash" }
bytearray = { module = "com.infendro:bytearray", version.ref = "bytearray" }