private void CalculateBlockTableToTextDelta() { tableToTextDelta = (matrix.Count * matrix.GetBlockSize()) - cipherText.Length; }