Files
kdf.kt/gradle/libs.versions.toml
Infendro c047b04d95
All checks were successful
/ publish (push) Successful in 2m37s
implement PBKDF2
2025-07-20 10:43:05 +02:00

12 lines
289 B
TOML

[versions]
kotlin = "2.1.20"
mac = "1.1.0"
hash = "1.2.0"
[plugins]
multiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kotlin" }
[libraries]
mac = { module = "com.infendro:mac", version.ref = "mac" }
hash = { module = "com.infendro:hash", version.ref = "hash" }