public BlowfishTwofishEncryption(uint seed) { blow = new BlowfishEncryption(); two = new TwofishEncryption(seed); }