Ejemplo n.º 1
0
 internal SecT131R2LookupTable(SecT131R2Curve outer, ulong[] table, int size)
 {
     this.m_outer = outer;
     this.m_table = table;
     this.m_size  = size;
 }