SecretBox

actual object SecretBox
expect object SecretBox
actual object SecretBox
actual object SecretBox

Functions

Link copied to clipboard
Link copied to clipboard
actual fun easy(message: UByteArray, nonce: UByteArray, key: UByteArray): UByteArray
expect fun easy(message: UByteArray, nonce: UByteArray, key: UByteArray): UByteArray
actual fun easy(message: UByteArray, nonce: UByteArray, key: UByteArray): UByteArray
actual fun easy(message: UByteArray, nonce: UByteArray, key: UByteArray): UByteArray
Link copied to clipboard
actual fun keygen(): UByteArray
expect fun keygen(): UByteArray
actual fun keygen(): UByteArray
actual fun keygen(): UByteArray
Link copied to clipboard
actual fun openDetached(ciphertext: UByteArray, tag: UByteArray, nonce: UByteArray, key: UByteArray): UByteArray
expect fun openDetached(ciphertext: UByteArray, tag: UByteArray, nonce: UByteArray, key: UByteArray): UByteArray
actual fun openDetached(ciphertext: UByteArray, tag: UByteArray, nonce: UByteArray, key: UByteArray): UByteArray
actual fun openDetached(ciphertext: UByteArray, tag: UByteArray, nonce: UByteArray, key: UByteArray): UByteArray
Link copied to clipboard
actual fun openEasy(ciphertext: UByteArray, nonce: UByteArray, key: UByteArray): UByteArray
expect fun openEasy(ciphertext: UByteArray, nonce: UByteArray, key: UByteArray): UByteArray
actual fun openEasy(ciphertext: UByteArray, nonce: UByteArray, key: UByteArray): UByteArray
actual fun openEasy(ciphertext: UByteArray, nonce: UByteArray, key: UByteArray): UByteArray