1414![ badge-platform-ios]
1515![ badge-platform-tvos]
1616![ badge-platform-watchos]
17- ![ badge-platform-wasm]
1817![ badge-platform-windows]
1918![ badge-support-android-native]
2019![ badge-support-apple-silicon]
2120![ badge-support-js-ir]
2221![ badge-support-linux-arm]
2322![ badge-support-linux-mips]
2423
24+ <!--
25+ ![badge-platform-wasm]
26+ -->
27+
2528Low level core cryptographic components for Kotlin Multiplatform
2629
2730NOTE: For Jvm, ` Digest ` extends ` java.security.MessageDigest ` and ` Mac ` extends ` javax.crypto.Mac `
@@ -218,7 +221,7 @@ The best way to keep `KotlinCrypto` dependencies up to date is by using the
218221``` kotlin
219222// build.gradle.kts
220223dependencies {
221- val core = " 0.3 .0"
224+ val core = " 0.4 .0"
222225 implementation(" org.kotlincrypto.core:digest:$core " )
223226 implementation(" org.kotlincrypto.core:mac:$core " )
224227 implementation(" org.kotlincrypto.core:xof:$core " )
@@ -230,20 +233,20 @@ dependencies {
230233``` groovy
231234// build.gradle
232235dependencies {
233- def core = "0.3 .0"
236+ def core = "0.4 .0"
234237 implementation "org.kotlincrypto.core:digest:$core"
235238 implementation "org.kotlincrypto.core:mac:$core"
236239 implementation "org.kotlincrypto.core:xof:$core"
237240}
238241```
239242
240243<!-- TAG_VERSION -->
241- [ badge-latest-release ] : https://img.shields.io/badge/latest--release-0.3 .0-blue.svg?style=flat
244+ [ badge-latest-release ] : https://img.shields.io/badge/latest--release-0.4 .0-blue.svg?style=flat
242245[ badge-license ] : https://img.shields.io/badge/license-Apache%20License%202.0-blue.svg?style=flat
243246
244247<!-- TAG_DEPENDENCIES -->
245- [ badge-kotlin ] : https://img.shields.io/badge/kotlin-1.8 .21-blue.svg?logo=kotlin
246- [ badge-endians ] : https://img.shields.io/badge/kotlincrypto.endians-0.1 .0-blue.svg
248+ [ badge-kotlin ] : https://img.shields.io/badge/kotlin-1.9 .21-blue.svg?logo=kotlin
249+ [ badge-endians ] : https://img.shields.io/badge/kotlincrypto.endians-0.2 .0-blue.svg
247250
248251<!-- TAG_PLATFORMS -->
249252[ badge-platform-android ] : http://img.shields.io/badge/-android-6EDB8D.svg?style=flat
0 commit comments