Exemplo n.º 1
0
        public ReedSolomonGalois16()
        {
            //glmt = new GaloisLongMultiplyTable16();

            processor = FastGaloisFieldsFactory.GetProcessor();
        }
Exemplo n.º 2
0
 static ReedSolomon()
 {
     processor = FastGaloisFieldsFactory.GetProcessor();
 }