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