Decrypt data using the negotiated block cipher.
Uint8List readCipher(Uint8List m) => applyBlockCipher(decrypt, m);