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