expect fun generateNonce(): String
Generates a nonce string. Could block if the system’s entropy source is empty
fun generateNonce(size: Int): ByteArray
Generates a nonce bytes of size. Could block if the system’s entropy source is empty