readCipher method

Uint8List readCipher(
  1. Uint8List m
)

Decrypt data using the negotiated block cipher.

Implementation

Uint8List readCipher(Uint8List m) => applyBlockCipher(decrypt, m);