コード例 #1
0
 private void CalculateBlockTableToTextDelta()
 {
     tableToTextDelta = (matrix.Count * matrix.GetBlockSize()) - cipherText.Length;
 }