コード例 #1
0
 public BlowfishTwofishEncryption(uint seed)
 {
     blow = new BlowfishEncryption();
     two  = new TwofishEncryption(seed);
 }
コード例 #2
0
 public BlowfishTwofishEncryption(uint seed)
 {
     blow = new BlowfishEncryption();
     two = new TwofishEncryption(seed);
 }