Ejemplo n.º 1
0
 public BlowfishTwofishEncryption(uint seed)
 {
     blow = new BlowfishEncryption();
     two  = new TwofishEncryption(seed);
 }
 public BlowfishTwofishEncryption(uint seed)
 {
     blow = new BlowfishEncryption();
     two = new TwofishEncryption(seed);
 }