AAkira / Kotlin-Multiplatform-Libraries

Kotlin Multiplatform Libraries. Welcome PR if you find or create new Kotlin Multiplatform Library.
2.89k stars 246 forks source link

Add rsocket-kotlin and cryptography-kotlin #152

Closed whyoleg closed 1 year ago

whyoleg commented 1 year ago

rsocket-kotlin

RSocket Kotlin multi-platform implementation based on kotlinx.coroutines and Ktor.

Library Link

cryptography-kotlin

Type-safe Multiplatform cryptography library for Kotlin. The library doesn't implement any cryptography algorithm on its own, but wraps well-known future-proof solutions like OpenSSL 3.x, WebCrypto or JCA with type-safe multiplatform API providing uniform experience with aligned default behavior, and same expected results using identical parameters while allowing to use platform-specific capabilities.

Library Link


AAkira commented 1 year ago

I'm sorry for the delay in my response. Thank you!