encrypt

open suspend fun encrypt(plaintext: ByteArray): ByteArray(source)
open suspend fun encrypt(plaintext: ByteString): ByteString(source)