コード例 #1
0
ファイル: SecT233K1Curve.cs プロジェクト: todoasap/bc-csharp
 internal SecT233K1LookupTable(SecT233K1Curve outer, ulong[] table, int size)
 {
     this.m_outer = outer;
     this.m_table = table;
     this.m_size  = size;
 }