コード例 #1
0
 BlowfishCipher()
 {
     P = (uint[])P0.Clone();
     S = new uint[][] { (uint[])S0[0].Clone(), (uint[])S0[1].Clone(), (uint[])S0[2].Clone(), (uint[])S0[3].Clone() };
 }