14
14
![ badge-platform-ios]
15
15
![ badge-platform-tvos]
16
16
![ badge-platform-watchos]
17
- ![ badge-platform-wasm]
18
17
![ badge-platform-windows]
19
18
![ badge-support-android-native]
20
19
![ badge-support-apple-silicon]
21
20
![ badge-support-js-ir]
22
21
![ badge-support-linux-arm]
23
22
![ badge-support-linux-mips]
24
23
24
+ <!--
25
+ ![badge-platform-wasm]
26
+ -->
27
+
25
28
Low level core cryptographic components for Kotlin Multiplatform
26
29
27
30
NOTE: 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
218
221
``` kotlin
219
222
// build.gradle.kts
220
223
dependencies {
221
- val core = " 0.3 .0"
224
+ val core = " 0.4 .0"
222
225
implementation(" org.kotlincrypto.core:digest:$core " )
223
226
implementation(" org.kotlincrypto.core:mac:$core " )
224
227
implementation(" org.kotlincrypto.core:xof:$core " )
@@ -230,20 +233,20 @@ dependencies {
230
233
``` groovy
231
234
// build.gradle
232
235
dependencies {
233
- def core = "0.3 .0"
236
+ def core = "0.4 .0"
234
237
implementation "org.kotlincrypto.core:digest:$core"
235
238
implementation "org.kotlincrypto.core:mac:$core"
236
239
implementation "org.kotlincrypto.core:xof:$core"
237
240
}
238
241
```
239
242
240
243
<!-- 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
242
245
[ badge-license ] : https://img.shields.io/badge/license-Apache%20License%202.0-blue.svg?style=flat
243
246
244
247
<!-- 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
247
250
248
251
<!-- TAG_PLATFORMS -->
249
252
[ badge-platform-android ] : http://img.shields.io/badge/-android-6EDB8D.svg?style=flat
0 commit comments