decrypt

open suspend fun decrypt(ciphertext: ByteArray): ByteArray(source)
open suspend fun decrypt(ciphertext: ByteString): ByteString(source)