1717![ badge-platform-watchos]
1818![ badge-platform-windows]
1919![ badge-support-android-native]
20- ![ badge-support-apple-silicon]
21- ![ badge-support-js-ir]
2220![ badge-support-linux-arm]
2321
2422Low level core cryptographic components for Kotlin Multiplatform
@@ -68,20 +66,20 @@ The best way to keep `KotlinCrypto` dependencies up to date is by using the
6866``` kotlin
6967// build.gradle.kts
7068dependencies {
71- val core = " 0.7.0 "
69+ val core = " 0.7.1 "
7270 implementation(" org.kotlincrypto.core:digest:$core " )
7371 implementation(" org.kotlincrypto.core:mac:$core " )
7472 implementation(" org.kotlincrypto.core:xof:$core " )
7573}
7674```
7775
7876<!-- TAG_VERSION -->
79- [ badge-latest-release ] : https://img.shields.io/badge/latest--release-0.7.0 -blue.svg?style=flat
77+ [ badge-latest-release ] : https://img.shields.io/badge/latest--release-0.7.1 -blue.svg?style=flat
8078[ badge-license ] : https://img.shields.io/badge/license-Apache%20License%202.0-blue.svg?style=flat
8179
8280<!-- TAG_DEPENDENCIES -->
83- [ badge-kotlin ] : https://img.shields.io/badge/kotlin-2.1 .10-blue.svg?logo=kotlin
84- [ badge-error ] : https://img.shields.io/badge/kotlincrypto.error-0.3.0 -blue.svg
81+ [ badge-kotlin ] : https://img.shields.io/badge/kotlin-2.2 .10-blue.svg?logo=kotlin
82+ [ badge-error ] : https://img.shields.io/badge/kotlincrypto.error-0.3.1 -blue.svg
8583
8684<!-- TAG_PLATFORMS -->
8785[ badge-platform-android ] : http://img.shields.io/badge/-android-6EDB8D.svg?style=flat
@@ -96,10 +94,7 @@ dependencies {
9694[ badge-platform-wasm ] : https://img.shields.io/badge/-wasm-624FE8.svg?style=flat
9795[ badge-platform-windows ] : http://img.shields.io/badge/-windows-4D76CD.svg?style=flat
9896[ badge-support-android-native ] : http://img.shields.io/badge/support-[AndroidNative]-6EDB8D.svg?style=flat
99- [ badge-support-apple-silicon ] : http://img.shields.io/badge/support-[AppleSilicon]-43BBFF.svg?style=flat
100- [ badge-support-js-ir ] : https://img.shields.io/badge/support-[js--IR]-AAC4E0.svg?style=flat
10197[ badge-support-linux-arm ] : http://img.shields.io/badge/support-[LinuxArm]-2D3F6C.svg?style=flat
102- [ badge-support-linux-mips ] : http://img.shields.io/badge/support-[LinuxMIPS]-2D3F6C.svg?style=flat
10398
10499[ url-latest-release ] : https://github.com/KotlinCrypto/core/releases/latest
105100[ url-license ] : https://www.apache.org/licenses/LICENSE-2.0.txt
0 commit comments