Cipher

interface Cipher

Inheritors

Functions

Link copied to clipboard
abstract suspend fun decrypt(message: ByteArray, associatedData: ByteArray? = null): ByteArray
Link copied to clipboard
abstract suspend fun encrypt(message: ByteArray, associatedData: ByteArray? = null): ByteArray