BoxEncryptedDataAndTag

data class BoxEncryptedDataAndTag(val ciphertext: UByteArray, val tag: UByteArray)

Constructors

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

Properties

Link copied to clipboard
Link copied to clipboard