generateNonceBlocking

expect fun generateNonceBlocking(length: Int = NONCE_SIZE_IN_CHARS): String(source)

Generates a nonce string length characters long. Could block if the system's entropy source is empty.

Report a problem

actual fun generateNonceBlocking(length: Int): String(source)

Generates a nonce string length characters long. Could block if the system's entropy source is empty.

Report a problem

actual fun generateNonceBlocking(length: Int): String(source)

Generates a nonce string length characters long. Could block if the system's entropy source is empty.

Report a problem

actual fun generateNonceBlocking(length: Int): String(source)

Generates a nonce string.

Report a problem