SecretBoxEncryptedDataAndTag

data class SecretBoxEncryptedDataAndTag(val data: UByteArray, val tag: UByteArray)

Constructors

Link copied to clipboard
constructor(data: UByteArray, tag: UByteArray)

Properties

Link copied to clipboard
Link copied to clipboard