commonMain.fr.acinq.lightning.utils.SecureRandom.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of lightning-kmp-jvm Show documentation
Show all versions of lightning-kmp-jvm Show documentation
A Kotlin Multiplatform implementation of the Lightning Network
package fr.acinq.lightning.utils
import kotlin.random.Random
// https://github.com/Kotlin/KEEP/issues/184
expect fun Random.Default.secure(): Random
© 2015 - 2024 Weber Informatics LLC | Privacy Policy