Companion

object Companion

Functions

Link copied to clipboard
fun decrypt(secret: ByteArray, ciphertext: CipherText, additionalData: ByteArray = byteArrayOf()): ByteArray?
Link copied to clipboard
fun encrypt(secret: ByteArray, message: ByteArray, additionalData: ByteArray = byteArrayOf()): CipherText?