implement PBKDF2
All checks were successful
/ publish (push) Successful in 2m37s

This commit is contained in:
2025-07-20 10:43:05 +02:00
parent 778b00fddf
commit c047b04d95
3 changed files with 72 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
[versions]
kotlin = "2.1.20"
mac = "1.1.0"
hash = "1.1.0"
hash = "1.2.0"
[plugins]
multiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kotlin" }