88![ badge-platform-jvm] 
99![ badge-platform-js] 
1010![ badge-platform-js-node] 
11+ ![ badge-platform-wasm] 
1112![ badge-platform-linux] 
1213![ badge-platform-macos] 
1314![ badge-platform-ios] 
1920![ badge-support-js-ir] 
2021![ badge-support-linux-arm] 
2122
22- <!-- 
23- ![badge-platform-wasm] 
24- --> 
25- 
2623Kotlin Multiplatform library for obtaining cryptographically 
2724secure random data from the system. 
2825
2926NOTE: For Jvm, ` SecureRandom `  extends ` java.security.SecureRandom `  
3027for interoperability.
3128
32- The Linux/AndroidNative implementation was Heavily  inspired by the  
33- [ rust-random/getrandom] [ url-rust-random ]  crate .
29+ The Linux/AndroidNative implementation was heavily  inspired by  
30+ [ rust-random/getrandom] [ url-rust-random ] .
3431
3532### Example Usages  
3633
@@ -80,7 +77,7 @@ The best way to keep `KotlinCrypto` dependencies up to date is by using the
8077``` kotlin 
8178//  build.gradle.kts
8279dependencies {
83-     implementation(" org.kotlincrypto:secure-random:0.2 .0" 
80+     implementation(" org.kotlincrypto:secure-random:0.3 .0" 
8481}
8582``` 
8683
@@ -89,16 +86,16 @@ dependencies {
8986``` groovy 
9087// build.gradle 
9188dependencies { 
92-     implementation "org.kotlincrypto:secure-random:0.2 .0" 
89+     implementation "org.kotlincrypto:secure-random:0.3 .0" 
9390} 
9491``` 
9592
9693<!--  TAG_VERSION --> 
97- [ badge-latest-release ] : https://img.shields.io/badge/latest--release-0.2 .0-blue.svg?style=flat 
94+ [ badge-latest-release ] : https://img.shields.io/badge/latest--release-0.3 .0-blue.svg?style=flat 
9895[ badge-license ] : https://img.shields.io/badge/license-Apache%20License%202.0-blue.svg?style=flat 
9996
10097<!--  TAG_DEPENDENCIES --> 
101- [ badge-kotlin ] : https://img.shields.io/badge/kotlin-1.9.21 -blue.svg?logo=kotlin 
98+ [ badge-kotlin ] : https://img.shields.io/badge/kotlin-1.9.23 -blue.svg?logo=kotlin 
10299
103100<!--  TAG_PLATFORMS --> 
104101[ badge-platform-android ] : http://img.shields.io/badge/-android-6EDB8D.svg?style=flat 
0 commit comments