encrypt

fun encrypt(recipientSessionKey: SessionKey, senderSessionKeyPair: SessionKeyPair, symmetricCipher: SymmetricCipher = SymmetricCipher.AES_128, hashingAlgorithm: HashingAlgorithm = HashingAlgorithm.SHA256): ByteArray