hash
0.8.0indexedCryptographic hash functions, such as MD5, SHA-1, SHA-2, SHA-3, BLAKE2.
109
Stars
34
Used by
dependents
—
Health
/ 100
Cryptographic hash functions, such as MD5, SHA-1, SHA-2, SHA-3, BLAKE2.
Cryptographic hash functions for Kotlin Multiplatform
The best way to keep KotlinCrypto dependencies up to date is by using the
version-catalog. Alternatively, you can use the BOM as
shown below.
// build.gradle.kts
dependencies {
// define the BOM and its version
implementation(project.dependencies.platform())
implementation()
implementation()
implementation()
implementation()
implementation()
}
Surfaced from shared tags and platforms — no rankings paid for.