コード例 #1
0
ファイル: SalsaSpeed.cs プロジェクト: modulexcite/CEX
 public SalsaSpeed(SalsaImplementations Algo, int Iterations, int BlockCount)
 {
     this.Implementation = Algo;
 }
コード例 #2
0
ファイル: SalsaSpeed.cs プロジェクト: todoasap/CEX-NET
 public SalsaSpeed(SalsaImplementations Algo, int Iterations, int BlockCount)
 {
     this.Implementation = Algo;
 }