Example #1
0
 public AesSpeed(AesImplementations Engine, int Blocks, int Count)
 {
     this.Implementation = Engine;
     this.BlockCount     = Blocks;
     this.Iterations     = Count;
 }
Example #2
0
 public SpeedTest2(AesImplementations Algo)
 {
     this.Implementation = Algo;
 }
Example #3
0
 public AesSpeed(AesImplementations Engine, int Blocks, int Count)
 {
     this.Implementation = Engine;
     this.BlockCount = Blocks;
     this.Iterations = Count;
 }
Example #4
0
 public SpeedTest2(AesImplementations Algo)
 {
     this.Implementation = Algo;
 }