Secret Box
Functions
Link copied to clipboard
actual fun detached(message: UByteArray, nonce: UByteArray, key: UByteArray): SecretBoxEncryptedDataAndTag
expect fun detached(message: UByteArray, nonce: UByteArray, key: UByteArray): SecretBoxEncryptedDataAndTag
actual fun detached(message: UByteArray, nonce: UByteArray, key: UByteArray): SecretBoxEncryptedDataAndTag
actual fun detached(message: UByteArray, nonce: UByteArray, key: UByteArray): SecretBoxEncryptedDataAndTag
Link copied to clipboard
Link copied to clipboard
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