예제 #1
0
        public ReedSolomonGalois16()
        {
            //glmt = new GaloisLongMultiplyTable16();

            processor = FastGaloisFieldsFactory.GetProcessor();
        }
예제 #2
0
 static ReedSolomon()
 {
     processor = FastGaloisFieldsFactory.GetProcessor();
 }