Example #1
0
 BlowfishStream(Stream stream, Blowfish bf, Target target)
 {
     this.stream = stream;
     this.bf     = bf;
     this.target = target;
 }