A Kotlin Multiplatform library for procuring cryptographically secure random data.
The Linux/AndroidNative implementation was heavily inspired by rust-random/getrandom.
The best way to keep KotlinCrypto
dependencies up to date is by using the
version-catalog. Alternatively, see below.
// build.gradle.kts
dependencies {
implementation("org.kotlincrypto.random:crypto-rand:0.4.0")
}