Пример #1
0
 internal SM2P256V1LookupTable(SM2P256V1Curve outer, uint[] table, int size)
 {
     this.m_outer = outer;
     this.m_table = table;
     this.m_size  = size;
 }