コード例 #1
0
ファイル: SecP384R1Curve.cs プロジェクト: 5l1v3r1/Asteroid-1
 internal SecP384R1LookupTable(SecP384R1Curve outer, uint[] table, int size)
 {
     this.m_outer = outer;
     this.m_table = table;
     this.m_size  = size;
 }